This commit is contained in:
parent
c67bd450c7
commit
ffec4c19ca
6 changed files with 49 additions and 4 deletions
|
@ -69,6 +69,39 @@ category get
|
|||
|
||||
Die Speicherung der Daten erfolgt in CSV-Dateien, die im Workingdirectory abgelegt werden.
|
||||
|
||||
|
||||
Eine beispielhafte Interaktion ist hier gegeben. Die Daten sollten auch im Repo vorhanden sein:
|
||||
|
||||
#+begin_src shell
|
||||
./link-ditch category add browser
|
||||
./link-ditch category add privacy
|
||||
./link-ditch link add https://github.com/libredirect/libredirect valentin privacy browser
|
||||
./link-ditch link add https://github.com/nickspaargaren/no-google valentin android privacy browser
|
||||
./link-ditch tag add emacswiki emacswiki.org
|
||||
./link-ditch category add texteditor
|
||||
./link-ditch link add https://www.emacswiki.org/emacs/WriteOrDieMode valentin texteditor
|
||||
./link-ditch link add http://www.vimgolf.com/ valentin texteditor
|
||||
./link-ditch category add latex
|
||||
./link-ditch link add https://github.com/JabRef/jabref valentin latex
|
||||
./link-ditch link add https://geschicktgendern.de/ valentin latex
|
||||
./link-ditch link add https://latexeditor.lagrida.com/ valentin latex
|
||||
|
||||
./link-ditch link get
|
||||
./link-ditch link hosts # gruppiert nach gleichen Hosts
|
||||
./link-ditch link user valentin
|
||||
./link-ditch link category privacy
|
||||
./link-ditch link tag github
|
||||
|
||||
|
||||
./link-ditch tag get
|
||||
./link-ditch catgegory get
|
||||
|
||||
|
||||
|
||||
#+end_src
|
||||
|
||||
|
||||
|
||||
*** Wie testet man die Applikation?
|
||||
|
||||
#+begin_src
|
||||
|
|
Binary file not shown.
Reference in a new issue