9 months ago
remove a few depicated usages
2 years ago
migrate to core_unix for due to upstream changes

Janestreet migrated pretty much all useful Unix OS level stuff into a new
module called core_unix.

https://blog.janestreet.com/goodbye-Core_kernel/
2 years ago
update README
2 years ago
update README
2 years ago
update delete doc generation
2 years ago
bump/fix dependencies
3 years ago
add basic neovim support
3 years ago
add support for generating html lists
3 years ago
support newest omd version
3 years ago
re-enable encoding options and rudimentary html output
3 years ago
simplify manifest
3 years ago
simplify flatten
3 years ago
move tree into module
3 years ago
reimplement tabular output support
3 years ago
helper functions for autocomplete
3 years ago
add comments to note.mli
3 years ago
re-introduce mli for note lib
3 years ago
update rm command
3 years ago
fix relative path on create
3 years ago
fix absolute vs relative paths
3 years ago
first semi-working manifest implementation
3 years ago
continued manifest refactor
3 years ago
WIP convert to manifest based system
3 years ago
allow moving of manifest items
3 years ago
add helper funcs for manifest
3 years ago
use regex for slug parsing
3 years ago
add remove function for manifest
3 years ago
WIP add manifest
3 years ago
rm dead code
3 years ago
refactor display output
3 years ago
count lines instead of words
3 years ago
rm dead code
3 years ago
refactor display
3 years ago
add support for context
3 years ago
minor refactoring on display
3 years ago
The Great Refactor

Notes are now loaded into a tree for traversal internally. Add new Alcotest
framework. Note data type has been simplified. Various refactoring.
3 years ago
WIP search terms, structure notes as a tree
3 years ago
allow passing title as anonymous arg to most commands
3 years ago
continued filtering refactor
3 years ago
fix string concat
3 years ago
simplify filtering
3 years ago
always include frontmatter
3 years ago
store raw note content in record
3 years ago
add support for html encoding
3 years ago
migrate to omd 2.0 alpha
3 years ago
revamp search/filter with regular expressions
3 years ago
rename Note.Filter -> Note.Search
3 years ago
move display into a new file
3 years ago
bump version
3 years ago
update docs
3 years ago
finish color mapping
3 years ago
implement color mapping
3 years ago
support richer config data types
3 years ago
refactor Display module for colorized tags
3 years ago
fix spacing in note list (again)
3 years ago
rm dockerignore
3 years ago
update build configuration
3 years ago
clean up docs
3 years ago
remove docker files
3 years ago
update contrib scripts for sync support
3 years ago
add OnSync, populate config show with defaults
3 years ago
rm io.mli
3 years ago
add config support for column display
3 years ago
rm excessive mli
3 years ago
add support for description column
3 years ago
rm excess build tooling
4 years ago
add list column config options (WIP)
4 years ago
polymorphic variants for all!
4 years ago
clean up word counting
4 years ago
minor style update
4 years ago
clean up note interface
4 years ago
write_short -> to_stdout
4 years ago
remove extra line from config output
4 years ago
allow get/set for config
4 years ago
output config as yaml
4 years ago
flags default to configuration value
4 years ago
improve typing of config system
4 years ago
allow configuration of list style
4 years ago
make Raw the default encoding for the cat command
4 years ago
reduce excess padding
4 years ago
update docs
4 years ago
fix filename prefix
4 years ago
switch man page generator to scdoc
4 years ago
update PKGBUILD script
4 years ago
add extra space per cell
4 years ago
expand list output format
4 years ago
add -encoding raw option for terminal based markdown renderers
4 years ago
show slug on list output
4 years ago
refactor note to include slug type
4 years ago
do not apply style to padding
4 years ago
refactor display module
4 years ago
update pkgbuild script
4 years ago
fix man prefix
4 years ago
update build scripts
4 years ago
build updates
4 years ago
fix build permissions
4 years ago
add release script
4 years ago
generate md5sum for deb
4 years ago
add deb packaging script
4 years ago
improve completion support