JumpFm / jumpfm

A file manager that lets you jump.
https://jumpfm.org
273 stars 32 forks source link

cli param to open directory #2

Closed dgoosens closed 7 years ago

dgoosens commented 7 years ago

Hi,

As a Linux user, I spend quite some time on the command line...
Would be nice if I where able to specify if a directory when launching jumpfm from the cli

# specify location
jumpfm /var/www

# current directory
jumpfm .

Started playing with jumpfm yesterday and already loving it...

gkutiel commented 7 years ago

You can do it now with this add-on https://www.npmjs.com/package/jumpfm-cd-argv Currently, however you need to specify the full path, but you can probably wrap it with a bash script that do whatever you want.

dgoosens commented 7 years ago

awesome !

Thanks