summaryrefslogtreecommitdiff
path: root/imp.ha
AgeCommit message (Collapse)Author
2025-12-28Support reading from stdin instead of decrypting with gpgHEADmasterJulian Hurst
2025-07-17Add clarification for -c optionJulian Hurst
Due to -c printing the ini config as expected by imp (i.e. with passwords), it implies the -p option.
2025-07-17Merge remote-tracking branch 'origin/add'Julian Hurst
2025-07-17Bump hare version and handle nomemJulian Hurst
2025-01-22Add password confirmationJulian Hurst
2025-01-22Hide password output when adding an accountJulian Hurst
2025-01-22Add -a and -c flagsJulian Hurst
The a flag allows adding an account to the accounts list that will be output by imp. The c flag prints the list of requested accounts in ini format. This effectively allows a user to specify both flags in order to add an account to their existing imp accounts file or use the c flag and a filter to split their accounts file up.
2025-01-22Update hare versionJulian Hurst
append can now throw an error -> panic if that's the case
2024-09-17Don't pass pointer to string to freeJulian Hurst
2024-09-17Useless use of strings::compareJulian Hurst
2024-09-17Fix errors due to hare updateJulian Hurst
fix non-exhaustive switch-case bufio::fixed -> memio::fixed strings::runes -> strings::torunes
2023-08-13Avoid "invalid metadata" error on freeJulian Hurst
2023-05-10Update code (hare api changes)Julian Hurst
2022-07-21Fix match (url) filter when there are (or not) trailing slashesJulian Hurst
2022-06-23Fix group filter not matching subgroupsJulian Hurst
2022-06-09Fix non-exhaustive match leading to compiler bug if gpg failsJulian Hurst
2022-05-10Initial commitJulian Hurst