Skip to content

heywoodlh/jumpfm

 
 

Repository files navigation

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 [email protected]: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.

About

A file manager that lets you jump.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 77.0%
  • CSS 15.0%
  • JavaScript 3.1%
  • HTML 2.9%
  • Shell 1.1%
  • Awk 0.9%