mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 10:08:40 -05:00
Updated todo
This commit is contained in:
parent
9b83ffb092
commit
00c44f436c
1 changed files with 8 additions and 1 deletions
9
todo
9
todo
|
|
@ -1,9 +1,16 @@
|
||||||
==========================================
|
==========================================
|
||||||
todo app wise
|
todo app wise
|
||||||
- get rid of globals
|
- get rid of globals (done?)
|
||||||
- general refactoring
|
- general refactoring
|
||||||
- use multiprocessing lib to take advantage of multicore/multi-CPU to compress
|
- use multiprocessing lib to take advantage of multicore/multi-CPU to compress
|
||||||
multiple files simultaneously (threads have issues in Python; see "GIL")
|
multiple files simultaneously (threads have issues in Python; see "GIL")
|
||||||
|
- sys.exit(1) for errors -- how to handle? Not good to simply sys.exit() from
|
||||||
|
any random part of code (can leave things in a mess)...
|
||||||
|
- consider context managers for handling compression, so as to keep operations
|
||||||
|
atomic and/or rollback-able.
|
||||||
|
- add a recursive option on the command-line for use with -d
|
||||||
|
- recursive drag'n'drop? Maybe not...
|
||||||
|
- make -f accept a list of files
|
||||||
|
|
||||||
todo else
|
todo else
|
||||||
- figure out dependencies for a .deb/how to make a .deb <- via launchpad
|
- figure out dependencies for a .deb/how to make a .deb <- via launchpad
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue