nyancrimew / bashcord

discord rich status for bash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

discord rich status for bash


Languages

Language:Go 100.0%