https://github.com/skorotkiewicz/bitmessage-trash
Bitmessage Trash
https://github.com/skorotkiewicz/bitmessage-trash
Last synced: 3 months ago
JSON representation
Bitmessage Trash
- Host: GitHub
- URL: https://github.com/skorotkiewicz/bitmessage-trash
- Owner: skorotkiewicz
- Created: 2013-05-30T16:39:40.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-04T13:05:49.000Z (over 11 years ago)
- Last Synced: 2025-01-31T12:34:45.518Z (4 months ago)
- Language: Python
- Size: 141 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Bitmessage Trash
=========This is a simple program written in Python to remove and read messages from the trash
- You can read messages from the trash
- You can completely delete messages from trash
- You can recover (export) trashed messages to text files
- You can move trashed messages back to inbox
- This is a version written in one night, anyone can add or change something, just let me know about changes, maybe I'll like :)What inspired me to create this program?
No trash and message file occupies _more space_ on disk!> du -sh messages.dat
> 112M messages.dat
PyBitmessage has no option for trash management, so when you accidentally move a message to trash, it is effectively lost. With Bitmessage Trash you can re-read and recover those messages.
Version
-0.03
- Undeleting messages0.02
- Exporting messages0.01.1
- External `messages.dat` support0.01
- Reading trash
- purging trashInstallation
--------------$ git clone https://github.com/modInfo/Bitmessage-Trash ~/Bitmessage-Trash
$ mv ~/Bitmessage-Trash/* ~/.PyBitmessage/
$ cd ~/.PyBitmessage
$ python2 trash.pyYou can now also specify the messages.dat path:
$ python2 trash.py /path/to/messages.dat
License
-MIT
*Free Software, Fuck Yeah!*