2024-08-15 22:13 | Extend and improve the man page. | Claudio Alessi | 1 | +28 | -8 |
2024-08-15 21:37 | Don't list the movements after insert. | Claudio Alessi | 1 | +1 | -0 |
2024-08-15 21:29 | Don't change the limit in -f and -t if -l has been specified (in any order). | Claudio Alessi | 1 | +12 | -2 |
2024-08-15 21:24 | Remove limit when use -f or -t (-l still works if used after those flags). | Claudio Alessi | 1 | +2 | -2 |
2024-08-15 21:23 | Implement F_NOTEXT accessible via -x flag (exclude). | Claudio Alessi | 2 | +24 | -10 |
2024-08-15 20:30 | Replace atoi() with an ad-hoc strtoint() for proper error handling. | Claudio Alessi | 1 | +16 | -1 |
2024-08-15 20:07 | Show 25 movements by default and allow -l 0 (limit = MAX_INT). | Claudio Alessi | 3 | +13 | -20 |
2024-06-30 10:04 | Proper filters implementation. Allowed multiple -e flags. | Claudio Alessi | 2 | +101 | -17 |
2024-06-29 13:45 | Fix refresh() which now skip filtered from partials. | Claudio Alessi | 1 | +3 | -0 |
2024-06-29 13:36 | Only show partials if differs from totals. | Claudio Alessi | 1 | +1 | -1 |
2024-06-29 13:34 | Fix and improve listings by counting in advance visible items. | Claudio Alessi | 1 | +17 | -9 |
2024-06-29 13:11 | Fix SYNOPSYS format. | Claudio Alessi | 1 | +1 | -1 |
2024-06-29 13:10 | Extend the man page with -e, -f and -t. Replace -f with -i. | Claudio Alessi | 2 | +13 | -3 |
2024-06-29 13:03 | Compute totals outside of render. Also handle -l with no arguments (default 25). | Claudio Alessi | 3 | +85 | -49 |
2024-06-29 11:08 | Add income and expenses in listing resume. | Claudio Alessi | 1 | +17 | -6 |
2024-06-29 10:57 | Remove default limit when show transactions. | Claudio Alessi | 1 | +2 | -1 |
2024-06-29 10:52 | Increments id column width. | Claudio Alessi | 1 | +4 | -4 |
2024-06-29 08:22 | Implements filter by date range. | Claudio Alessi | 1 | +11 | -13 |
2024-06-29 07:01 | Add search by text. | Claudio Alessi | 2 | +31 | -6 |
2024-06-28 22:26 | Use -i instead of -f which will be used for "date from" filter. | Claudio Alessi | 2 | +3 | -3 |
2024-06-28 18:53 | Add partials and make totals/nmovs more compact. | Claudio Alessi | 1 | +9 | -7 |
2022-04-12 21:21 | Extend copyright to 2022 | Claudio Alessi | 1 | +1 | -1 |
2019-01-27 10:46 | Switch to 2019 | Claudio Alessi | 1 | +1 | -1 |
2018-04-16 20:49 | Show movements after adding a record. | Claudio Alessi | 1 | +1 | -4 |
2018-04-16 20:36 | Fix previous commit. | Claudio Alessi | 1 | +1 | -1 |
2018-04-16 20:32 | Turn off daylight saving time | Claudio Alessi | 1 | +1 | -0 |
2018-03-13 20:59 | Little change in description. | Claudio Alessi | 1 | +2 | -2 |
2018-03-09 22:39 | Fix the style of synopsis in the man page. | Claudio Alessi | 1 | +1 | -1 |
2018-03-09 22:36 | Add -l flag to limit movements in listing (default: 25) | Claudio Alessi | 2 | +15 | -11 |
2018-03-09 21:56 | Stub of readme. | Claudio Alessi | 1 | +8 | -0 |
2018-03-09 21:05 | Add license informations. | Claudio Alessi | 2 | +25 | -1 |
2018-03-09 21:04 | Stub of man page. | Claudio Alessi | 1 | +19 | -1 |
2018-03-09 21:03 | Better name for the string-to-timestamp function. | Claudio Alessi | 2 | +4 | -3 |
2018-03-09 20:35 | init | Claudio Alessi | 6 | +376 | -0 |