SkillAgentSearch skills...

Bashcord

discord rich status for bash

Install / Use

/learn @nyancrimew/Bashcord
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

bashcord

discord rich presence for bash

Installation

go get github.com/deletescape/bashcord@latest

Setup

Put the following into your .bashrc, this makes sure your bash history file is immediately updated after every command

shopt -s histappend
shopt -s cmdhist
export HISTCONTROL=ignoreboth
PROMPT_COMMAND='history -a;history -n'

Running

Literally just run bashcord. If you wanna go wild with it you could probably make it a system service so it runs on boot.

View on GitHub
GitHub Stars21
CategoryDevelopment
Updated1mo ago
Forks3

Languages

Go

Security Score

75/100

Audited on Feb 20, 2026

No findings