Collection of bash script in my ~/cmd
. Most of them are simple utility scripts or wrappers around existing programs.
These scripts are not always safe or stable, so use them with precaution.
Simple IMAPS maild daemon, checks for unread email messages:
- creates deskop notifications with xnotify (change
$NOTIFIER
to use another notification command, e.g.notify-send
orxmessage
) - maintains a status file for each account (this is then read by my statusd (to-be-published))
- logs every new message
usage:
- copy
maild.conf.def
tomaild.conf
- edit and add your accounts
- start with
maild start
or runmaild help
for all options
requires: curl
, sed
, grep
, any notification applet (see above).
Quickly initialize and edit code scripts in different languages.
requires: vim