console help tool for save, list and retrive to clipboard your important shell commands
Lint files staged by git
CipherStash CLI — the one stash command for auth, init, encryption schema, database setup, and secrets.
Powerline-style status bar extension for pi coding agent
Stash design tokens, fonts, and Tailwind theme adapter
LeafLink's first-party Vue components.
Error/Warning reporting frontend for psc
> [!IMPORTANT] > If you are looking to implement this package into your application please use the official [protect package](https://github.com/cipherstash/protectjs).
High performance client store and query engine for MUD
Stash Icons icon set in Iconify JSON format
Pi package for per-session prompt stash history with alt+s stash/restore workflow.
OpenCode plugin for AKM v0.8.0 - search, show, and manage extension assets via the akm CLI, including vaults, wikis, workflows, the proposal queue, lesson assets, and improve/propose commands, with agentic hooks that auto-load relevant stash assets, recor
Yet another precommit module that will run tasks defined in a config file or in a `package.json` file, stashing anything that is not supposed to be commited before run the scripts to avoid false positives when running validation like tasks
LeafLink's design system.
Station bar status extension for pi coding agent
SuPi extras — command aliases, skill shorthand, tab spinner, /supi-stash prompt stash with TUI overlay, and other small utilities
Embeddable Stash Pay checkout SDK — React component + framework-agnostic core + script-tag UMD.
React Solid Icons Set
Keyboard shortcuts for stash/restore, undo/redo, clipboard, and thinking toggle — chord-based overlay system
git flow handle
A pi extension for stashing draft messages and restoring them later.
Access Atlassian Stash info using the CLI
vue-cli plugin to add Bootstrap-Vue
Use for building.....plugins!
Provides convenient functions for interacting with Atlassian Stash through the command line
when have the change files, commit to 'stash-commit' branch, and restore it. this command is instead of the 'git stash'
Provides convenient functions for interacting with Atlassian Stash through the command line
A CLI (as in Command Line Interface) to delete your tweets based on faves, RTs, and time. There are some services out there with a friendly web interface, but this is not one of them. You must know the basics of working with a UNIX terminal and configuring a Twitter API app, as this will only work if you have a Twitter Developer account. Due to the irrevocable nature of tweet deletion, all delete commands are dry-run true, meaning you must call all of them with a --dry-run=false flag if you want them to really do something. Called with --dry-run=false, there is no way to revoke tweet deletion. They are just gone, disappeared into the ether (or the stashed in the Twitter-owned secret place you have no access to without a mandate since nothing gets really deleted from the web these days, folks). This tool won't delete all of your tweets in one fell swoop; it is more of a way to delete your old tweets from time to time. The Twitter API rate limits are relatively complicated, and I don't even wanna go there, but if you do intend on deleting all of your tweets, you can do it with this CLI and some perseverance. I did delete more than 100k of mine by using this script every day for a couple of weeks. The more tweets you delete, the fewer of them you have, and with time the rate limits won't be that much of a problem. I Delete My Tweets (IDMT) can delete your tweets by fetching them via API using an APP you will have to set up yourself. Still, it can also delete tweets from an CSV (comma-separated file) that you can generate from the archive you can request from twitter.com by going to Settings and privacy > Your Account > Download an archive of your data. It is out of the scope of this CLI to generate the CSV (at the moment) but there are scripts out there that can do this for you.