Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

最近の作業部屋活動履歴

2023-04-06
2023-04-05
2023-04-04
2023-03-30
2023-03-28
2023-03-16
2023-03-14
2023-03-12

最近のWikiの更新 (Recent Changes)

No changes on this wiki.

Wikiガイド(Guide)

サイドバー (Side Bar)

medialist-cli

  • R/O
  • R/O (HTTP)
  • R/W (SSH)
  • R/W (HTTPS)
Fork

CLI interface to medialist (fossil mirror)

Release Files

No download files.

Recent Commits

Révisionl'heureAuteurMessage: RSS
ec203fcc2023-04-06 19:53:04mio0.4 release commit FossilOrigin-Name: fe8fd62036270b3045...
12d3c7322023-04-06 19:44:13mioUpdate documentation for v0.4 FossilOrigin-Name: eaade07...
616582dc2023-04-06 19:17:12mioBetter support alternative compilers in Makefile FossilO...
f1ae6e3c2023-04-06 11:34:50mioUpdate mlib files for trash 0.3.0 FossilOrigin-Name: f36...
cbef227a2023-04-06 11:24:42mioUpdate mlib hashes for trash-0.3.0 FossilOrigin-Name: b2...
2b2cf5302023-04-05 19:36:08mioFix instances of writeln being called with a format speci...
f2adb97e2023-04-05 19:24:29mioFix FileException being thrown on Windows. FossilOrigin-...
ebeb70602023-04-05 19:10:58mioFix compilation with D versions 2.101 and newer sharedLo...
9ea9fcb62023-04-04 16:04:07mioUpdate mlib version in dub.sdl FossilOrigin-Name: 232af5...
e903302a2023-04-04 15:44:20mioUpdate 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.

Latest updated Tickets

No tickets

About Chamber Wiki

Welcome to OSDN Wiki system. Here is your chamber Wiki space.

Check Wiki Guide (English) to refer syntax and functions.