initial push

This commit is contained in:
2022-02-06 13:34:48 -06:00
parent f1918a3b53
commit 16745002e8
19 changed files with 802 additions and 1 deletions

View File

@@ -1,3 +1,19 @@
# BulkR
Bulk renaming utility written with python and Gtk.
Bulk renaming utility written with python and Gtk.
# Notes
<h6>Install Setup</h6>
```
sudo apt-get install python3.8 python3-setproctitle python3-gi
```
# TODO
<ul>
<li>Add logic for stub instances.</li>
</ul>
# Images
![1 BulkR clean slate. ](images/pic1.png)
![2 BulkR loaded dir and some actions. ](images/pic2.png)