mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-05 21:35:42 +02:00
add bashmarks.sh https://github.com/huyng/bashmarks
This commit is contained in:
parent
60f151344f
commit
775a858aa6
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`
|
||||||
|
|
||||||
|
- Saves the current directory as "bookmark_name"
|
||||||
|
|
||||||
|
`s {{bookmark_name}}`
|
||||||
|
|
||||||
|
- Goes (cd) to the directory associated with "bookmark_name"
|
||||||
|
|
||||||
|
`g {{bookmark_name}}`
|
||||||
|
|
||||||
|
- Prints the directory associated with "bookmark_name"
|
||||||
|
|
||||||
|
`p {{bookmark_name}}`
|
||||||
|
|
||||||
|
- Deletes the bookmark
|
||||||
|
|
||||||
|
`d {{bookmark_name}}`
|
Loading…
Add table
Reference in a new issue