Manage and navigate file system easily from your terminal!
I usually miss -p
when mkdir foo/bar/baz
or use touch
to create a file that directory doesn't exist. I want
to use the oil's way to manage my file system anytime.
npm install --global oil-terminal
If you don't have npm yet, you can install the node.
oil
Press q
.
<Keyup>
/k
: Move up.<Keydown>
/j
: Move down.
Press a
, if the string ends with /
, it will add a directory, otherwise it will add a file.
Then press <Enter>
to confirm.
Press d
, then press y
to confirm
Press -
.
Press =
Really inspired by oil!
Any feedback is welcome!