From 611d7ecf2e8d8b444652d120a661065132db38a2 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Tue, 2 Feb 2021 01:29:55 +0100 Subject: [PATCH] Auto: misc. --- agora-cli.md | 19 +++++++++++++++++++ journal/2021-02-02.md | 1 + 2 files changed, 20 insertions(+) create mode 100644 agora-cli.md diff --git a/agora-cli.md b/agora-cli.md new file mode 100644 index 000000000..b6e690290 --- /dev/null +++ b/agora-cli.md @@ -0,0 +1,19 @@ +# Agora Cli + +- The [[agora]] [[command line interface]]. +- Currently very simple :) Example usage follow. + - ```foo``` + - goes to node [[foo]]. Note that this is equivalent to search (in the [[agora]], non-existent nodes are search nodes). + - ```go foo``` + - activates [[go link]] in [[foo]], that is, redirects to the target URL if the go link exists. +- [[pull]] [[cli]] + + +[//begin]: # "Autogenerated link references for markdown compatibility" +[agora]: agora "Agora" +[command line interface]: command-line-interface "Command Line Interface" +[foo]: foo "Foo" +[go link]: go-link "Go Link" +[pull]: pull "Pull" +[cli]: cli "CLI" +[//end]: # "Autogenerated link references" \ No newline at end of file diff --git a/journal/2021-02-02.md b/journal/2021-02-02.md index b82372160..c5c3144c6 100644 --- a/journal/2021-02-02.md +++ b/journal/2021-02-02.md @@ -1,4 +1,5 @@ # 2021-02-02 - [[agora plan]] +- [[agora cli]]