int 0x80



gorlist@int0x80:~$ cd ~/projects; ls -la
drwxr-xr-x 2 gorlist gorlist  120 2007-10-08 20:45 .
drwxr-xr-x 6 gorlist gorlist 1216 2007-10-08 20:45 ..
-rw-r--r-- 1 gorlist gorlist 4250 2007-10-30 00:33 bullpaper
-rw-r--r-- 1 gorlist gorlist 2020 2007-12-20 07:48 pichax
-rw-r--r-- 1 gorlist gorlist 2461 2008-01-15 09:56 pdflist

pdflist


pdflist is essentially a Qt GUI using QTreeWidget written in C++ and a Python script.

pdffind.py scans the user's home directory (recursively or not) for pdf files and prints the filename, title, author, pages and directory (where applicable).
The C++ GUI diplays the info.
Additionally, it supports sorting by field.

pdflist.tar.gz


Copyright © gorlist 2007-2024