
Security News
Astral Launches pyx: A Python-Native Package Registry
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
fuzzy_notes is a command line document viewer with some cool features:
fuzzy_notes looks for a ~/.fuzzy_notes config file or the -c option and a config file path. A config file is not required if you're ok with the default settings:
:editor: vim
:viewer: open
:valid_extensions: ["txt", "enc", "txt", "html", "tif", "tiff", "gif", "jpeg", "jpg", "png", "pdf"]
:verbose: false
:full_text_search: false
:note_paths:
- ~/notes
An Evernote section is required in the config file in order to use the evernote sync tool
:evernote:
:note_path: [local directory used to sync evernotes]
:username: [evernote username]
:consumer_key: [consumer key acquired through Evernote dev channel]
:consumer_secret: [consumer secret acquired through Evernote dev channel]
You need to get a "client application" API key from Evernote, note that a "web application" API key uses OAuth to authenticate and will not work.
Usage: fnote [options] [keyword1, keyword2...]
-c, --config [CONFIG] Specify config file
-t, --editor [EDITOR] Editor of choice
-a, --add-path [PATH] Add a note path to the config file
-r, --rm-path [PATH] Remove a note path from the config file
-s, --search Perform a full text search when matching notes
-p, --preview Dump matching notes to stdout or preview images
-l, --list List all or matching notes
-i, --info Show stats for matching notes
-e, --encrypt Encrypt matching notes
-d, --decrypt Decrypt matching notes
-v, --verbose Enable debug output
-u, --update-evernotes Synchronize evernote directory
--no-color Turn off ANSI color
-h, --help Show usage
FAQs
Unknown package
We found that fuzzy_notes demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.