
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Basically a wrapper to access notes in a directory on your system anywhere from the commandline. And keep it in sync with git.
Functionality so far:
$ pip install bronotes
On first command a folder to be used is asked.
For now there's no built-in completions. ZSH completions can be generated so you can place them where needed:
$ bnote completions | tee ~/.oh-my-zsh/completions/_BRONOTES
By default this wraps any shell command you feed it and executes it in your notes directory. When using any of the defined actions (see bnote -h) it will do that instead. The default can be changed, and the regular shell alternatives for actions like 'rm' can be used by just using the 'exec' action manually.
$ bnote -h # For actions overview, actions have their own sub help-pages.
$ bnote list
.notes/
|-- baewfweiogn
|-- testblaat.md
|-- blarpblarp.md
$ bnote madness # madness is a great way to browse your markdown files in a local server
start the madness
env production
listen 0.0.0.0:3000
You can use the sync command to keep a repo in sync with git. Using basic pull/push on master. If you want to have more control simply don't use this. If the repo isn't a git repo yet you will be asked to initialize an empty one and set up remotes. When quit halfway through this process it's probably better to either start over or just fix it manually.
Autosyncing is possible, but will do so after every edit or add action. So figure out if you want that yourself.
FAQs
A commandline note organization tool.
We found that bronotes demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.