Skip to content

JumpFm/jumpfm

Repository files navigation

Build Status Build status

About

JumpFm is a cross platform1,2 dual panel file manager with builtin superpowers.


1 Windows built is not tested at all, install it at your own risk

2 For a Mac release see this fork

<dev/>

tl;dr.1,2

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

1 You might want to change npm's default directory

2 Use different terminal for each of tsc -w, sass --watch scss:css, electron .

More <dev/>

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. This is how your terminal should looks like: