SolarFM/README.md

35 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

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>
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`
<p>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.</p>
2021-12-05 00:23:00 +00:00
<h6>Install Setup</h6>
```
sudo apt-get install xclip python3.8 python3-setproctitle python3-gi wget ffmpegthumbnailer steamcmd
2021-12-05 00:23:00 +00:00
```
2021-10-10 06:43:35 +00:00
# Known Issues
2023-05-17 02:30:15 +00:00
<ul>
2023-11-12 06:49:16 +00:00
<li>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.</li>
2023-05-17 02:30:15 +00:00
<li>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.</li>
</ul>
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>
<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)