Project

Project: misc/hierarchy

Description: Hierarchical Note Taking System

Clone
httphttps://ayllu-forge.org/misc/hierarchy
Browse

Kevin Schoon

1.5 years ago

refmain
commitfdb8a29939b87ca83bd228cee76b649ca2ffccda
show modification time on righthand side of tree output
 
File Commit Size Mode Time
.gitignore init 4 B -rw-r--r-- 3.0 years ago
Makefile implement basic cli skeleton and project structure 451 B -rw-r--r-- 3.0 years ago
README.md implement basic cli skeleton and project structure 455 B -rw-r--r-- 3.0 years ago
cmd rm dead code NaN B d--------- 1.6 years ago
completion implement basic cli skeleton and project structure NaN B d--------- 3.0 years ago
go.mod show modification time on righthand side of tree output 604 B -rw-r--r-- 1.5 years ago
go.sum show modification time on righthand side of tree output 2.5 KiB -rw-r--r-- 1.5 years ago
man implement basic cli skeleton and project structure NaN B d--------- 3.0 years ago
pkg show modification time on righthand side of tree output NaN B d--------- 1.5 years ago
query.sql use recursive sqlite queries 318 B -rw-r--r-- 3.0 years ago
watch.sh implement basic cli skeleton and project structure 357 B -rwxr-xr-x 3.0 years ago
README.md
455 B

Hierarchy

hierarchy is a hierarchical based note taking system for Linux. It is the successor to another project I worked on called note.

Installation

Hierarchy is available on the AUR.

Source Installation

You need a Go compiler as well as standard Linux development tooling.

make

Usage

See man hierarchy or browse the docs/ directory.