drewauff / jumpfm

A file manager that lets you jump.

Home Page:https://jumpfm.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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.

https://jumpfm.org


Languages

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