Commit graph

25 commits

Author SHA1 Message Date
75dfb9ccf2
add demo 2024-11-17 13:54:49 -05:00
86e4919392
make logging a little less verbose 2024-11-17 13:36:34 -05:00
722bf78b60
fix indentation (facepalm) 2024-11-17 13:33:10 -05:00
e481817dc6
make help formatting more consistent 2024-11-17 13:24:33 -05:00
5ad0541854
reflect in readme that this is not quite as quick-and-dirty anymore 2024-11-17 13:13:32 -05:00
721d1b005e
handle shutdown properly 2024-11-17 13:09:49 -05:00
b953412360
Merge pull request #1 from vale981/update_flake_lock_action
Update flake.lock
2024-11-17 11:41:21 -05:00
github-actions[bot]
9febcb3a4e flake.lock: Update
Flake lock file updates:

• Updated input 'flake-utils':
    'github:numtide/flake-utils/c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a?narHash=sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ%3D' (2024-09-17)
  → 'github:numtide/flake-utils/11707dc2f618dd54ca8739b309ec4fc024de578b?narHash=sha256-l0KFg5HjrsfsO/JpG%2Br7fRrqm12kzFHyUHqHCVpMMbI%3D' (2024-11-13)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/0093b93ec307d42f51ced7ce90dda6c37516e98a?narHash=sha256-fhkxOv9RGEoPZNyl7VOpHf0Xoqc%2Bbu0J/uW3BSg7tOs%3D' (2024-11-07)
  → 'github:NixOS/nixpkgs/d211936a6614051aa950cf92290a500a350872e8?narHash=sha256-NBGNSe%2BEv7C7XCoRtQnEh9kpivpf3FaqgwOud3ThEE0%3D' (2024-11-17)
• Updated input 'poetry2nix':
    'github:nix-community/poetry2nix/a1925e0848c62ab542b0b93b1b22875ee6efcb3d?narHash=sha256-TjfCllZmU8U2Bs/ENsrii7GCHBDkorPsmZ0d97DcaAQ%3D' (2024-11-07)
  → 'github:nix-community/poetry2nix/f554d27c1544d9c56e5f1f8e2b8aff399803674e?narHash=sha256-F7N1mxH1VrkVNHR3JGNMRvp9%2B98KYO4b832KS8Gl2xI%3D' (2024-11-10)
2024-11-17 16:40:39 +00:00
784c749965
auto update flake lock 2024-11-17 11:29:03 -05:00
f4dce57fb0
put the ugly IMAP stuff into its own module 2024-11-17 11:20:53 -05:00
9f5521d307
use proper global variable naming 2024-11-17 11:00:34 -05:00
594058558b
sort imports 2024-11-17 10:59:35 -05:00
5111e6e303
polish the help and update the flake and readme 2024-11-07 09:52:47 -05:00
d443b0e239
make regex slightly more robust 2024-11-06 16:22:05 -05:00
8a1c30198f
fix breakage due to amazon change 2024-11-06 16:21:23 -05:00
800a291ed6
use underscores for spaces instead of removing them entirely 2024-09-01 20:53:55 -04:00
4296f6b6c4
do not time out while waiting for mail 2024-08-23 12:52:35 -04:00
f1c8ea7586
do not introduce extra spaces 2024-07-31 16:59:56 -04:00
538afac03e
fix stupid typo 2024-07-31 15:31:15 -04:00
a6772285f8
fix: handle newlines correctly and add some more logging
now, we at least get notified if something doesn't match expectations
2024-07-28 15:54:49 -04:00
be453d3f86
remove accidentally committed direnv directory 2024-06-08 20:39:22 -04:00
c76e4137f8
add logging 2024-06-08 13:32:57 -04:00
62408b2126
provide exectuable for flake and add readme 2024-06-08 13:24:31 -04:00
a759dfb98d
clean up a little and add config 2024-06-08 13:06:02 -04:00
0d5dd16f7f
basic version 2024-06-08 12:23:22 -04:00