2021-11-28 22:01:29 +00:00
|
|
|
# SolarFM
|
2021-11-29 04:41:23 +00:00
|
|
|
SolarFM is a Gtk+ Python file manager.
|
2021-10-10 06:43:35 +00:00
|
|
|
|
|
|
|
# Notes
|
2021-12-05 00:23:00 +00:00
|
|
|
<b>Still Work in progress! Use at own risk!</b>
|
|
|
|
|
2023-02-21 20:23:39 +00:00
|
|
|
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.
|
|
|
|
|
2021-12-05 00:23:00 +00:00
|
|
|
<h6>Install Setup</h6>
|
|
|
|
```
|
2021-12-29 02:27:39 +00:00
|
|
|
sudo apt-get install python3.8 wget python3-setproctitle python3-gi ffmpegthumbnailer steamcmd
|
2021-12-05 00:23:00 +00:00
|
|
|
```
|
2021-10-10 06:43:35 +00:00
|
|
|
|
2023-02-21 20:23:39 +00:00
|
|
|
# Known Issues
|
|
|
|
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 defaul keybinding for that action.
|
|
|
|
|
2021-10-10 06:43:35 +00:00
|
|
|
# TODO
|
|
|
|
<ul>
|
2022-03-03 01:30:35 +00:00
|
|
|
<li>Add simpleish preview plugin for various file types.</li>
|
2022-02-11 06:58:49 +00:00
|
|
|
<li>Add simpleish bulk-renamer.</li>
|
2021-11-22 08:14:48 +00:00
|
|
|
</ul>
|
|
|
|
|
|
|
|
# Images
|
2021-11-29 00:29:09 +00:00
|
|
|
![1 SolarFM single pane. ](images/pic1.png)
|
|
|
|
![2 SolarFM double pane. ](images/pic2.png)
|
|
|
|
![3 SolarFM triple pane. ](images/pic3.png)
|
|
|
|
![4 SolarFM quad pane. ](images/pic4.png)
|