2022-02-06 19:03:35 +00:00
|
|
|
# BulkR
|
2022-02-06 19:34:48 +00:00
|
|
|
Bulk renaming utility written with python and Gtk.
|
2022-02-06 19:03:35 +00:00
|
|
|
|
2022-02-06 19:34:48 +00:00
|
|
|
# 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)
|
2022-02-07 06:29:25 +00:00
|
|
|
![2 BulkR actions collection without set dir. ](images/pic2.png)
|
|
|
|
![3 BulkR loaded dir and some actions. ](images/pic3.png)
|