SolarFM is a Gtk + Python file manager. https://code.itdominator.com/itdominator/SolarFM
Go to file
itdominator a362039e73 Fixed depricated exception class usage; fixed usertype interupt 2024-03-25 22:49:31 -05:00
debs Restructuring src folder 2023-11-12 00:49:16 -06:00
images Upated pictures 2023-11-12 00:37:48 -06:00
plugins Fixing translate plugin; attempted dispose call 2024-03-11 22:28:42 -05:00
src Fixed depricated exception class usage; fixed usertype interupt 2024-03-25 22:49:31 -05:00
user_config refactoring pid logic; addedd window state preservation; slight thread rework 2024-01-08 21:11:10 -06:00
.gitignore Updated .gitignore, renamed plugins file 2022-09-24 15:40:21 -05:00
LICENSE Initial commit 2021-10-10 06:43:35 +00:00
README.md Restructuring src folder 2023-11-12 00:49:16 -06:00
pyrightconfig.json Added pyright conf, upfated readme, classe exception added 2023-08-22 20:24:08 -05:00

README.md

SolarFM

SolarFM is a Gtk+ Python file manager.

Notes

Still Work in progress! Use at own risk!

Additionally, if not building a .deb then just move the contents of user_config to their respective folders. Copy the share/solarfm folder to your user .config/ directory too.

pyrightconfig.json

The pyrightconfig file needs to stay on same level as the .git folders in order to have settings detected when using pyright with lsp functionality.

Install Setup
``` sudo apt-get install xclip python3.8 python3-setproctitle python3-gi wget ffmpegthumbnailer steamcmd ```

Known Issues

  • The memory leak has now been mostly mitigated in that it doesn't balloon to 2GB'. Still working out where the smaller one(s) is/are.
  • Doing Ctrl+D when in Terminator (maybe other terminals too) somehow propagates the signal to SolarFM too. A selected file in the active quad-pane will move to trash since it is the default key-binding for that action.

TODO

  • Add simpleish preview plugin for various file types.
  • Add simpleish bulk-renamer.

Images

1 SolarFM single pane. 2 SolarFM double pane. 3 SolarFM triple pane. 4 SolarFM quad pane.