/jumpfm

A file manager that lets you jump.

Primary LanguageTypeScript

Build Status Build status

About

JumpFm is a cross platform dual panel file manager with builtin superpowers. This fork contains the OS X release.

Installation

Download the latest release here:

Releases

Usage

Please refer to the wiki for usage information including keyboard shortcuts.

Change default editor to TextEdit

Run this command after running jumpfm the first time: sed -i '' 's/gedit/open -a TextEdit/g' "$HOME"/.jumpfm/settings.json

Development

Build instructions:

git clone git@github.com:heywoodlh/jumpfm.git
npm i -g typescript electron
cd jumpfm
npm i
tsc -w
sass --watch scss:css
electron .

Other information:

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.