mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-12 06:47:36 +00:00
Update cheatsheets
This commit is contained in:
29
bashmarks
Normal file
29
bashmarks
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# bashmarks
|
||||
|
||||
> Save and jump to commonly used directories using 1 character commands.
|
||||
> More information: <https://github.com/huyng/bashmarks>.
|
||||
|
||||
- List available bookmarks:
|
||||
|
||||
`l`
|
||||
|
||||
- Save the current directory as "bookmark_name":
|
||||
|
||||
`s {{bookmark_name}}`
|
||||
|
||||
- Go to a bookmarked directory:
|
||||
|
||||
`g {{bookmark_name}}`
|
||||
|
||||
- Print a bookmarked directory's contents:
|
||||
|
||||
`p {{bookmark_name}}`
|
||||
|
||||
- Delete a bookmark:
|
||||
|
||||
`d {{bookmark_name}}`
|
||||
Reference in New Issue
Block a user