Files
tldr/pages.zh/common/bashmarks.md

24 lines
397 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# bashmarks
> 使用 1 个字符的命令保存并跳转到常用目录。
> 更多信息:<https://github.com/huyng/bashmarks>。
- 列出可用的书签:
`l`
- 将当前目录保存为 "bookmark_name"
`s {{bookmark_name}}`
- 跳转到一个书签目录:
`g {{bookmark_name}}`
- 打印书签目录的内容:
`p {{bookmark_name}}`
- 删除一个书签:
`d {{bookmark_name}}`