sw

simple wallet
git clone git://git.bitsmanent.org/sw
Log | Files | Refs | README | LICENSE

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