Skip to content
/ jumpfm Public
forked from JumpFm/jumpfm

A file manager that lets you jump.

Notifications You must be signed in to change notification settings

JimLiu/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:

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%