Skip to content

stacycurl/anybar-bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

AnyBar Bash: Control AnyBar from a Bash shell

This project contains helpers for controlling AnyBar from a bash shell

Usage

Change colour:

anybar <colour>

Monitor a long running command (orange whilst running, green or red if successful)

anybar_monitor <some_command>

Monitor every command automatically

anybar_monitor_enable

Stop monitoring every command

anybar_monitor_disable

Installation

Clone this repo

http:https://github.com/stacycurl/anybar-bash.git

Add to .bashrc

source <wherever_you_cloned>/anybar-bash/init.sh
anybar_monitor_enable
alias m=anybar_monitor

Add to .bash_profile

_anybar_relaunch

About

Control AnyBar from bash

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages