Skip to content
A file manager that lets you jump.
TypeScript CSS JavaScript HTML Shell Awk
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.vscode
build
fonts
misc
scss
ts
.gitignore
.travis.yml
README.md
app.js
appveyor.yml
font-awesome.min.css
index.html
package-lock.json
package.json
tsconfig.json
updates.json
yarn.lock

README.md

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:

You can’t perform that action at this time.