Skip to content
This repository was archived by the owner on Sep 21, 2025. It is now read-only.

fslaktern/noters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noters

Features

  • CRUD
  • List notes
  • Cross platform
  • Inline note references
  • 100% safe Rust = no memory errors
  • Privacy thanks to separation of ownership

Available backends

  • Filesystem
  • SQLite

Usage

The security that the --user flag provides is nullified if the user has access to restart the program as another user (or if they have access to read the contents of the backend directly).

noters --user "$USER" sqlite --path "notes.db"
noters --user "$USER" filesystem --path "./notes"

About

CLI note application with a high-level use-after-free style bug, written with focus on hexagonal architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors