t2018-07-28T20-25-00-123456.md - tgtimes - The Gopher Times | |
git clone git://bitreich.org/tgtimes git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
t2018-07-28T20-25-00-123456.md (1569B) | |
--- | |
1 # 2018-07-28 20:25:00.123456 UTC (+0000) | |
2 | |
3 New project on bitreich: dossier | |
4 | |
5 dossier is a command line tool to manage collections like teas you | |
6 experienced, video games you own, specifications of your different | |
7 computers. | |
8 | |
9 Due to high quality bitreich standard, it ships with a wonderful man | |
10 page written and reviewed with love. | |
11 | |
12 You can install from sources with git: | |
13 | |
14 $ git clone git://bitreich.org/dossier | |
15 $ cd dossier | |
16 # make install | |
17 | |
18 Here is an extract of the README file which recreate an use of this as | |
19 an explanation. | |
20 | |
21 ----------------------------------------- | |
22 | |
23 How to use dossier | |
24 ================== | |
25 | |
26 $ mkdir -p ~/collections/games | |
27 $ dossier collections register ~/collections/games games | |
28 $ dossier collections games | |
29 $ dossier collections | |
30 games * | |
31 $ dossier supertux rate 5 multiplayer yes | |
32 $ dossier nexuiz rate 9 mutpliplayer yes | |
33 $ dossier minetest rate 10 multiplayer yes | |
34 $ dossier opensonic rate 2 | |
35 $ dossier openmw multiplayer no rate 10 style rpg | |
36 $ dossier search multiplayer | |
37 supertux:yes | |
38 nexuiz:yes | |
39 minetest:yes | |
40 openmw:no | |
41 $ dossier search multiplayer no | |
42 openmw | |
43 $ dossier search multiplayer yes rate 5 | |
44 supertux | |
45 $ dossier supertux rate 6 | |
46 $ dossier show | |
47 supertux (2) | |
48 nexuiz (2) | |
49 minetest (2) | |
50 openmw (3) | |
51 opensonic (1) | |
52 $ dossier show openmw | |
53 openmw: | |
54 multiplayer: no | |
55 style: rpg | |
56 rate: 10 | |
57 $ dossier opensonic | |
58 opensonic: | |
59 rate: 2 | |
60 $ dossier opensonic rate 3 | |
61 $ dossier opensonic | |
62 opensonic: | |
63 rate: 3 |