CLI interface to medialist (fossil mirror)
Rev. | 时间 | 作者 | Message RSS |
ec203fcc | 2023-04-06 19:53:04 | mio | 0.4 release commit FossilOrigin-Name: fe8fd62036270b3045... |
12d3c732 | 2023-04-06 19:44:13 | mio | Update documentation for v0.4 FossilOrigin-Name: eaade07... |
616582dc | 2023-04-06 19:17:12 | mio | Better support alternative compilers in Makefile FossilO... |
f1ae6e3c | 2023-04-06 11:34:50 | mio | Update mlib files for trash 0.3.0 FossilOrigin-Name: f36... |
cbef227a | 2023-04-06 11:24:42 | mio | Update mlib hashes for trash-0.3.0 FossilOrigin-Name: b2... |
2b2cf530 | 2023-04-05 19:36:08 | mio | Fix instances of writeln being called with a format speci... |
f2adb97e | 2023-04-05 19:24:29 | mio | Fix FileException being thrown on Windows. FossilOrigin-... |
ebeb7060 | 2023-04-05 19:10:58 | mio | Fix compilation with D versions 2.101 and newer sharedLo... |
9ea9fcb6 | 2023-04-04 16:04:07 | mio | Update mlib version in dub.sdl FossilOrigin-Name: 232af5... |
e903302a | 2023-04-04 15:44:20 | mio | Update date on manpage FossilOrigin-Name: ee649da51c73ea... |
medialist-cli ============= A CLI program for managing a "personal media list". Building -------- To build medialist-cli, you need a D compiler and either GNU Make or dub. By default the provided Makefile will use the GDC compiler, this can be changed using the "DC" environment variable. For more information on installing, see the INSTALL file. Usage ----- To create a new list: medialist-cli create <list-name> To add a new item to a list: medialist-cli add <list> <title> [-s|--status STATUS] [-p|--progress PROGRESS] To print the contents of a list: medialist-cli show <list> [-n|--numbered] [--show-headers] To update an item in a list: medialist-cli update <list> <id> [-t|--title TITLE] [-s|--status STATUS] [-p|--progress PROGRESS] [--start-date DATE] [--end-date DATE] DATE is in the form: YYYY-MM-DD. To delete an item from a list, or a list entirely: medialist-cli delete <list> [<id>...] The "delete" command will delete the list unless at least one ID is supplied. You can find the ID by running: medialist-cli show -n The ID is the line number. To export a list: medialist-cli export [--type TYPE] TYPE is either JSON or HTML. To import a list: medialist-cli import <list.json> Additionally, a manpage is provided upon installation: man 1 medialist-cli Copying ------- Copyright (C) 2021, 2023 dawning. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty.
Welcome to OSDN Wiki system. Here is your chamber Wiki space.
Check Wiki Guide (English) to refer syntax and functions.
[PageInfo]
(auto generated page)
[Permissions]
view:all, edit:admins, delete/config:admins