scd: add page (#9224)

* Add sam2p

* Correct typo

* Add scd.md

* Fix formatting

* Delete sam2p.md

* Update pages/common/scd.md

* Update pages/common/scd.md

* Update pages/common/scd.md

* Update pages/common/scd.md

* Update pages/common/scd.md

* Update pages/common/scd.md

* Update pages/common/scd.md

* Update pages/common/scd.md

* Update pages/common/scd.md

* Update pages/common/scd.md

* Update pages/common/scd.md

* Update pages/common/scd.md

* Update pages/common/scd.md

* Update pages/common/scd.md

* Update pages/common/scd.md

* Update pages/common/scd.md

* Update pages/common/scd.md

* Update pages/common/scd.md

* Update pages/common/scd.md
pull/3/head
Joel Tony 2023-01-03 09:16:55 +05:30 committed by GitHub
parent 2190f4031f
commit 9eea97798b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

28
pages/common/scd.md Normal file
View File

@ -0,0 +1,28 @@
# scd
> File manager focused on shell integration.
> More information: <https://github.com/cshuaimin/scd>.
- Index paths recursively for the very first run:
`scd -ar {{path/to/directory}}`
- Change to a specific directory:
`scd {{path/to/directory}}`
- Change to a path matching specific patterns:
`scd "{{pattern1 pattern2 ...}}"`
- Show selection menu and ranking of 20 most likely directories:
`scd -v`
- Add a specific alias for the current directory:
`scd --alias={{word}}`
- Change to a directory using a specific alias:
`scd {{word}}`