Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/porridge/autorenamer
Rename files to make them sort in given order
https://github.com/porridge/autorenamer
Last synced: 2 days ago
JSON representation
Rename files to make them sort in given order
- Host: GitHub
- URL: https://github.com/porridge/autorenamer
- Owner: porridge
- Created: 2011-11-27T17:37:27.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2021-11-01T20:58:06.000Z (about 3 years ago)
- Last Synced: 2024-08-02T12:47:55.295Z (3 months ago)
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-starred - porridge/autorenamer - Rename files to make them sort in given order (others)
README
AutoRenamer - a simple program to rename files so that they sort the way you
want.Requires Python (3, but should also run on Python 2), GTK and GNOME libraries.
The program is based on an example "iconview.py" program by Jan Bodnar, from
the PyGTK tutorial at http://zetcode.com/tutorials/pygtktutorial/
A copy of an email from Jan, clarifying the license, follows:Hi Marcin,
Source code is BSD licensed. Which is the most convenient license I know.
Which is in my words do what you want with the code; if you mention/link to the
code you used it is fine, but even this is not required.
What is licensed is the content, the tutorials. They cannot be republished
on other sites without permission.
Regards,
Jan Bodnar
On Fri, Nov 25, 2011 at 11:01 PM, Marcin Owsiany wrote:
> Hello,
>
> Can you please clarify what is the license of the source code in your
> PyGTK tutorial? I've made a tiny utility based on your iconview.py and
> I'd like to publish it under a free license. That would be much easier
> if your code was also published under a free license :-)