@danixl30/file-explorer-cli v1.0.5
CLI file explorer
Simple CLI file explorer with NodeJs
Install
$ npm install -g @danixl30/file-explorer-cli
CLI
$ files --help
Icons
For icons you must to use MesloLGM NF in your terminal.
Usage
Use UP
and DOWN
key to move the cursor at the directory.
Use CTRL + t
to create a new tab. If the cursor in on a directory press t
to create a new tab with that directory.
User CRTL + w
to close current tab.
Use TAB
and bashIFT + z
to change tabs.
Use RIGHT
to select files or directories. bashIFT + RIGHT
to unselect. bashIFT + i
to invert selection. bashIFT + a
to selcet all.
Use c
to copy the item in the cursor or copy current selection.
Use bashIFT + c
to cut the item in the cursor or cut current selection.
Use p
to paste items copied or cut. bashIFT + p
to past and override if exist.
Use d
and confirm with y
to move file or dir to trash. bashIFT + d
to romeve item, confirm with bashIFT + y
.
Use r
to refresh current tab.
Use bashIFT + r
to rename file or dir that is on cursor.
Use g
to select items in dir by glob pattern.
Use CTRL + l
to set path o current tab.
Use i
to see details of item that is on cursor.
Use CTRL + d
to close details pane.
Use ;
to set not blocking command.
Use :
to set blocking command.
Use bashITF + s
to add dir that is on cursor to bookmarks.
Use s
to switch to bookmarks pane.
Use a
to create a directory in current tab.
Use d
in bookmarks pane to remove a bookmark.