Skip to content

nyancrimew/bashcord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages