Crates.io | slingshot-term |
lib.rs | slingshot-term |
version | 0.2.3 |
source | src |
created_at | 2023-08-25 19:28:06.129871 |
updated_at | 2023-08-25 19:28:06.129871 |
description | Lightweight command line tool to quickly navigate across folders. |
homepage | |
repository | |
max_upload_size | |
id | 954991 |
size | 50,813 |
Slingshot is a lightweight tool to browse files in the terminal. It allows the user to quickly filter through files in any directory, open them with a text editor (nvim by default), create/edit/delete files , and run commands in a simple interface.
make build
make install
Moving up/down:
Ctrl+J
/Ctrl+K
Creating folders/files:
/
..py
, .txt
, etc.)Deleting files/folders:
Ctrl+Y
.Command mode:
Ctrl+N
.The only requirement is to have slingshot installed.
fisher install caio-ishikawa/slingshot-fish
.The default keybind to open slingshot in the fish shell is Ctrl+S
.