terminal themed bookmark manager for web browsers
behaves like a small shell:
- navigate directories
- create/delete/move files and folders
- store bookmark URLs in files
- open bookmark files in a new tab
- persist everything to
localStorage
- shell like commands (
cd,ls,mkdir,rm,mv,cat,tree, etc.) man <command>help pageshelpto list commands- theme switching (
theme,theme list,theme <name>) - tab completion for commands, paths, themes, and
manpages - keyboard friendly input/history behavior
| command | description |
|---|---|
help |
list commands |
man <command> |
show help and usage for a command |
pwd |
print current directory |
ls [path] |
list directory contents |
cd [path] |
change current directory |
mkdir [-p] <path> |
create directories |
touch <path> <url> |
create bookmark file with URL |
cat <path> |
print bookmark URL |
open <path> |
open bookmark URL in a new tab |
mv <src> <dest> |
move or rename file/directory |
rm [-r] <path> |
remove file or directory (-r for directories) |
tree [path] |
print directory tree |
theme [name|list] |
show/set/list themes |
clear |
clear terminal |
Tab: autocompleteArrowUp/ArrowDown: command historyCtrl/Cmd + A: move cursor to startCtrl/Cmd + E: move cursor to endCtrl/Cmd + L: clear outputEsc: release input focus lock
