mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 21:44:58 +02:00
Merge pull request #510 from MattMcFarland/bashmarks
add bashmarks.sh https://github.com/huyng/bashmarks
This commit is contained in:
commit
24f338d80f
1 changed files with 23 additions and 0 deletions
23
pages/common/bashmarks.md
Normal file
23
pages/common/bashmarks.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# bashmarks
|
||||
|
||||
> Save and jump to commonly used directories using 1 character commands.
|
||||
|
||||
- List available bookmarks
|
||||
|
||||
`l`
|
||||
|
||||
- Save the current folder as "bookmark_name"
|
||||
|
||||
`s {{bookmark_name}}`
|
||||
|
||||
- Go to a bookmarked folder
|
||||
|
||||
`g {{bookmark_name}}`
|
||||
|
||||
- Print a bookmarked folder's contents
|
||||
|
||||
`p {{bookmark_name}}`
|
||||
|
||||
- Delete a bookmark
|
||||
|
||||
`d {{bookmark_name}}`
|
Loading…
Add table
Reference in a new issue