Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johngrib/fav-dir
Jump to your favorite directories in bash using fzf.
https://github.com/johngrib/fav-dir
Last synced: 3 months ago
JSON representation
Jump to your favorite directories in bash using fzf.
- Host: GitHub
- URL: https://github.com/johngrib/fav-dir
- Owner: johngrib
- License: mit
- Created: 2018-09-24T09:10:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-03T14:11:09.000Z (10 months ago)
- Last Synced: 2024-06-28T09:34:41.734Z (5 months ago)
- Language: Shell
- Homepage:
- Size: 25.4 KB
- Stars: 64
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README-ko.md
- License: LICENSE
Awesome Lists containing this project
README
# fav-dir
![image](https://user-images.githubusercontent.com/1855714/83960676-8d8c6200-a8c6-11ea-9ce0-cddcc84b5b20.gif)
[English](README.md) | 한국어
* `fav`는 즐겨 찾는 디렉토리 경로를 저장하고, 쉽게 이동하도록 돕는 셸 스크립트입니다(vim session 경로도 포함).
## 사용법
* `fav` : 선택한 경로로 이동합니다.
* `fav add`, `fav a` : 현재 경로를 즐겨찾기에 추가합니다.
* `fav rm`, `fav r` : 선택한 경로를 즐겨찾기에서 삭제합니다.
* `fav list`, `fav l` : 즐겨찾기 목록을 봅니다.
* `fav clean`, `fav c` : 디스크에 존재하지 않는 경로를 즐겨찾기 목록에서 삭제합니다.## 설치 방법
```sh
brew tap johngrib/homebrew-johngrib
brew install fav
```이후 `.bashrc`에 다음 라인을 추가합니다.
```sh
source $(which fav.sh)
```