-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add post: bash tricks #326
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Warning Rate limit exceeded@64J0 has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 22 minutes and 1 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (1)
WalkthroughThe pull request introduces a new markdown file titled "Bash tricks" dated February 18, 2025. The file provides a collection of keyboard shortcuts and tips for working in the Bash terminal environment, including guidance on creating new terminal tabs, switching between tabs, searching command history, and closing terminal tabs. It presents shortcuts in both standard and Emacs notation and includes an external reference link. Changes
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
title: "Bash tricks" | ||
date: "2025-02-18" | ||
show: true | ||
tags: ["shell", "bash", "linux"] |
Check notice
Code scanning / Remark-lint (reported by Codacy)
Warn when references to undefined definitions are found. Note
title: "Bash tricks" | ||
date: "2025-02-18" | ||
show: true | ||
tags: ["shell", "bash", "linux"] |
Check notice
Code scanning / Remark-lint (reported by Codacy)
Warn when shortcut reference links are used. Note
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (5)
posts/2025-02-18-bash-tricks.md (5)
8-9
: Improve Article Usage in Introduction
The sentence “Notes on bash tricks that could help you become more productive by leveraging keyboard instead of using the mouse.” would be clearer with an article before "keyboard".
Proposed change:-Notes on bash tricks that could help you become more productive by leveraging -keyboard instead of using the mouse. +Notes on bash tricks that could help you become more productive by leveraging the keyboard instead of using the mouse.🧰 Tools
🪛 LanguageTool
[uncategorized] ~8-~8: Possible missing article found.
Context: ...ou become more productive by leveraging keyboard instead of using the mouse. ## Creatin...(AI_HYDRA_LEO_MISSING_THE)
13-14
: Insert Missing Comma for Clarity
The sentence “In order to create a new bash terminal tab using the keyboard one can use the following keys:” would read better with a comma after “keyboard”.
Proposed change:-In order to create a new bash terminal tab using the keyboard one can use the +In order to create a new bash terminal tab using the keyboard, one can use the🧰 Tools
🪛 LanguageTool
[uncategorized] ~13-~13: A comma might be missing here.
Context: ...reate a new bash terminal tab using the keyboard one can use the following keys: - `C...(AI_EN_LECTOR_MISSING_PUNCTUATION_COMMA)
21-21
: Add Comma for Readability
Consider adding a comma in “And to switch between different terminal tabs one can use:” for improved readability.
Proposed change:-And to switch between different terminal tabs one can use: +And to switch between different terminal tabs, one can use:🧰 Tools
🪛 LanguageTool
[uncategorized] ~21-~21: Possible missing comma found.
Context: ...nd to switch between different terminal tabs one can use: -Alt
+tab_number
...(AI_HYDRA_LEO_MISSING_COMMA)
26-26
: Rephrase Section Heading for Clarity
The header “## Searching at the history” sounds a bit awkward. Consider rephrasing it to “## Searching the history” for improved clarity.
Proposed change:-## Searching at the history +## Searching the history
31-35
: Clarify the “Kill a Tab” Instruction
The instruction “Finally, to kill the terminal you are currently in, theexit
command must be enough.” can be rephrased for clarity and conciseness. Consider using a formulation such as “Finally, to close the current terminal tab, simply execute theexit
command.”
Proposed change:-Finally, to kill the terminal you are currently in, the `exit` command must be -enough. +Finally, to close the current terminal tab, simply execute the `exit` command.🧰 Tools
🪛 LanguageTool
[typographical] ~33-~33: It seems that a comma is missing.
Context: ...y. ## Kill a tab Finally, to kill the terminal you are currently in, theexit
comman...(IN_ORDER_TO_VB_COMMA)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
posts/2025-02-18-bash-tricks.md
(1 hunks)
🧰 Additional context used
🪛 LanguageTool
posts/2025-02-18-bash-tricks.md
[uncategorized] ~8-~8: Possible missing article found.
Context: ...ou become more productive by leveraging keyboard instead of using the mouse. ## Creatin...
(AI_HYDRA_LEO_MISSING_THE)
[style] ~12-~12: Consider a shorter alternative to avoid wordiness.
Context: ... mouse. ## Creating new terminal tabs In order to create a new bash terminal tab using th...
(IN_ORDER_TO_PREMIUM)
[uncategorized] ~13-~13: A comma might be missing here.
Context: ...reate a new bash terminal tab using the keyboard one can use the following keys: - `C...
(AI_EN_LECTOR_MISSING_PUNCTUATION_COMMA)
[uncategorized] ~21-~21: Possible missing comma found.
Context: ...nd to switch between different terminal tabs one can use: - Alt
+ tab_number
...
(AI_HYDRA_LEO_MISSING_COMMA)
[typographical] ~33-~33: It seems that a comma is missing.
Context: ...y. ## Kill a tab Finally, to kill the terminal you are currently in, the exit
comman...
(IN_ORDER_TO_VB_COMMA)
⏰ Context from checks skipped due to timeout of 90000ms (1)
- GitHub Check: Codacy Security Scan
🔇 Additional comments (2)
posts/2025-02-18-bash-tricks.md (2)
1-6
: Front Matter Looks Good
The YAML front matter is well structured and provides the necessary metadata for the post.
36-39
: References Section is Clear
The references section is well formatted and the external link is clearly presented.
Summary by CodeRabbit