Skip to content

Javafx based simple file manager for Linux systems. The file manager name is your user name :)

Notifications You must be signed in to change notification settings

viyoriya/nullfm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Username fm

Experimental Javafx based file manager for Linux systems with nord/gruv box theme.

Build

  1. Download / clone this repo.
  2. change permission to build script chmod +x *.sh
  3. Solus users run the ./solusBuild.sh
  4. Enter provided theme css file name [nord.css or gruvbox.css] while build the source
  5. File manager will be created with your USER name and listed in application menu

Note: For other distros please install openjfx-8 and font-awesome then run ./build.sh

Uninstall

  1. run the uninstall.sh file

    ./uninstall.sh

Theme mod

  1. Duplicate a theme css file in themes directory, update the colorscheme and uninstall and rebuild.

i18n support

  1. Before building the source code duplicate a file from nullfm/resources/i18n/ .

  2. Save as fm_Laungauge_Country.properties and add/update the content and build.

    example : fm_fr_FR.properties

Cons

  1. Memory hungry (uses ~150MB of RAM)
  2. Too many java process will be seen in htop
  3. Only list view available
  4. No drag and drop support
  5. No automatic USB connection (Avoided running the thread)
  6. Only tested in ext4 filesystem

Pro

  1. Basic file manager with colorful theme
  2. True Open Source (No license, Use/mod/redistribute the code)
  3. No need to buy a coffee for me :)

Note

  1. Connect the USB/External drive and click devices button on top bar.

Why ?

I haven't seen any java based good looking file browser so created one.

Screen shot

Nord

Gruv Box

About

Javafx based simple file manager for Linux systems. The file manager name is your user name :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published