presets for some startingpoints added
This commit is contained in:
16
README.md
16
README.md
@@ -44,6 +44,9 @@ database with the `.agnd` extension.
|
||||
persistent variables, branches, loops, calls, prompts and menus, AUTOEXEC,
|
||||
key bindings, and a Learn recorder. The responsive macro editor adds syntax
|
||||
highlighting and key capture without sanding away the unusual original language.
|
||||
- Six complete clean-room presets for account work, study cards, personal
|
||||
planning, recipes, bicycle logs, and people development. Each combines its own
|
||||
categories, views, rules, macros, and original sample records.
|
||||
|
||||
## Build and run
|
||||
|
||||
@@ -60,6 +63,18 @@ initialized with useful categories and saved views. To explore a populated file:
|
||||
cargo run -- demo.agnd --demo
|
||||
```
|
||||
|
||||
For a richer example, initialize a new document with one of the six presets:
|
||||
|
||||
```sh
|
||||
cargo run -- sales.agnd --preset accounts
|
||||
cargo run -- learning.agnd --preset study
|
||||
```
|
||||
|
||||
The available names are `accounts`, `study`, `planner`, `recipes`, `rides`, and
|
||||
`people`. Presets only initialize new document paths and never replace an existing
|
||||
file. See [PRESETS.md](PRESETS.md) for the supplied views, rules, macros, and demo
|
||||
content in every workspace.
|
||||
|
||||
### Install for use from any directory
|
||||
|
||||
From the Rogue Agenda source directory, install the release binary under your
|
||||
@@ -82,6 +97,7 @@ After opening a new shell, Rogue Agenda can be launched from anywhere:
|
||||
```sh
|
||||
rogue-agenda notes.agnd
|
||||
rogue-agenda demo.agnd --demo
|
||||
rogue-agenda week.agnd --preset planner
|
||||
```
|
||||
|
||||
Noninteractive transfer commands are also available:
|
||||
|
||||
Reference in New Issue
Block a user