JumpFm is a cross platform dual panel file manager with builtin superpowers. This fork contains the OS X release.
Download the latest release here:
Please refer to the wiki for usage information including keyboard shortcuts.
Run this command after running jumpfm the first time:
sed -i '' 's/gedit/open -a TextEdit/g' "$HOME"/.jumpfm/settings.json
git clone [email protected]:heywoodlh/jumpfm.git
npm i -g typescript electron
cd jumpfm
npm i
tsc -w
sass --watch scss:css
electron .
JumpFm is an Electron based app. It is written in TypeScript. To hack the code all you need is node.js a decent editor and a sass compiler.