Commits
Commit:
d307e5a2ebf6d0c2f26028893988df0cd2b18e8a
Date:
Sat Feb 19 11:04:46 2022
UTC
drop AMUSED_VERSION and the undocumented -V flag
Commit:
00f500ff5aac666e09c36e3bc60ef0462431ee29
Date:
Sat Feb 19 11:01:25 2022
UTC
hide the implicit `status' under -v for play/toggle/restart/next/prev cmd
Commit:
4439877917f4c738e32c2ce63a961c8930c101af
Date:
Sat Feb 19 10:16:28 2022
UTC
show repeat one/all status in `amused status' output
Commit:
310ef57cd092b0af07f656a3b8d40eea6a07ddea
Date:
Sat Feb 19 10:16:28 2022
UTC
add (and handle) cmd `repeat'
Commit:
714abf92a1b01d8ddfd63d2fc73436399012c29d
Date:
Sat Feb 19 10:16:25 2022
UTC
mention -p in show usage
Commit:
a913de2162216a16a67cd8cf5ae0371c258aefc7
Date:
Thu Feb 17 15:41:02 2022
UTC
add `jump' subcommand to play the first matching
Commit:
ec1fb0c7bde7316b21c4facdcd43af92792487b5
Date:
Thu Feb 17 15:04:11 2022
UTC
change res->file to be a path instead of a FILE *
Commit:
146307bd98c5a6ff3e9809c5a7c9620075f51d0c
Date:
Thu Feb 17 14:31:48 2022
UTC
print status after play, toggle, restart, next and prev commands
Commit:
8e916714790046deccff6075357dc4fef087e9b4
Date:
Thu Feb 17 11:39:32 2022
UTC
print the "> " prefix only if -p is given
the prefix is nice to see, but can break the
amused show | filters ... | amused load
because sort(1), uniq(1) etc don't know how to strip the "> " and
" " prefixes obviously.
Commit:
7a427ecd6c5799bc6588a444b4d96a8b86cea9dd
Date:
Thu Feb 17 11:24:47 2022
UTC
rewrite `load' to use the new transaction messages
this allows to do stuff like
amused show | some shell filtering | amused load
without the dangers of races between show and load.
Commit:
14be015f3c563add60cb33ffcc0e69cdf57433d8
Date:
Thu Feb 17 09:23:03 2022
UTC
implement `load' command
Commit:
63dd8e70ee4fb313ea8fe0157fc55f0bd41ffd24
Date:
Thu Feb 17 08:59:57 2022
UTC
fancier `show' output
Commit:
af27e631bb7de2e74c2bebd8caf8d5707fb9f223
Date:
Thu Feb 17 08:53:22 2022
UTC
add next and prev command
Commit:
bb3f279f10e8ae485815c84453e4362eb984fea8
Date:
Wed Feb 16 23:53:19 2022
UTC
add status subcommand
Commit:
fea541a838dbab837f755ad784432fd65069c77c
Date:
Wed Feb 16 23:25:34 2022
UTC
automatically start the daemon
Omar Polo