https://github.com/palestamp/docket
https://github.com/palestamp/docket
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/palestamp/docket
- Owner: palestamp
- Created: 2016-10-20T22:27:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-26T18:51:55.000Z (over 8 years ago)
- Last Synced: 2025-01-09T01:52:07.005Z (over 1 year ago)
- Language: C
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Development
You will need CMake for developing
```bash
cd docket
mkdir build
cd build
cmake ..
make
```
Then you can try from build directiry:
```bash
./src/docket add ../local.docket
./src/docket list
./src/docket tree
```
## Usage
`docket add localex.docket`
`docket tree`
```
development
* @@ Order (176)
parts
+----paths
| * @@ Overview (140)
| * @@ Details (193)
|
+----todo
| +---config
| | * @@ use-config flag (153)
| | * @@ Namespaces (768)
| |
| +---layouts
| | * @@ Overview (418)
| |
| +---timers
| * @@ Overview (861)
|
+----done
+---paths
+----globbing
* @@ Overview (307)
tech
+---parts
+----body
* @@ Parse on request (40)
```