tarman icon indicating copy to clipboard operation
tarman copied to clipboard

simple archive manager with curses interface

Results 5 tarman issues
Sort by recently updated
recently updated
newest added

``` >> pip --version pip 20.3.1 from /usr/lib/python3.9/site-packages/pip (python 3.9) >> pip install tarman Defaulting to user installation because normal site-packages is not writeable Collecting tarman Using cached tarman-0.1.3.zip (27...

add an option to delete select files inside the archives.

Directory permissions cease the screen from populating each area, so there is not yet a conflict with that future implementation. My keyboard (HP netbook) also doesn't have PageUp/PageDown, so I...

``` Traceback (most recent call last): File "/nix/store/qglyg14k5n2h2n654p31g96i5mbj34aj-python2.7-tarman-0.1.3/lib/python2.7/site-packages/tarman-0.1.3-py2.7.egg/tarman/__init__.py", line 436, in main main.loop() # Enter the main loop File "/nix/store/qglyg14k5n2h2n654p31g96i5mbj34aj-python2.7-tarman-0.1.3/lib/python2.7/site-packages/tarman-0.1.3-py2.7.egg/tarman/__init__.py", line 245, in loop self.checked.add(abspath, sub=True) File "/nix/store/qglyg14k5n2h2n654p31g96i5mbj34aj-python2.7-tarman-0.1.3/lib/python2.7/site-packages/tarman-0.1.3-py2.7.egg/tarman/tree.py", line 171,...