Home
Softono

Jumpfm

Open source TypeScript
277
Stars
31
Forks
23
Issues
11
Watchers
5 years
Last Commit

 About Jumpfm

A file manager that lets you jump.

Platforms

Web Self-hosted Linux

Languages

TypeScript

Need Help Installing Jumpfm?

We provide expert installation service for this software. Our team will install, configure, and secure Jumpfm on your server. plans start at just $30.

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