Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/overvenus/tbutton

A mini commands launcher!
https://github.com/overvenus/tbutton

Last synced: about 1 month ago
JSON representation

A mini commands launcher!

Awesome Lists containing this project

README

        

Tbutton
---

A mini commands launcher!

## Install

The recommended way:

```
sudo add-apt-repository ppa:overvenus/ppa
sudo apt-get update
sudo apt-get install indicator-tbutton
```

or you can manually download [here](https://github.com/overvenus/tbutton/releases) and install it.

## Configure

Configure file can be found in `~/.config/Tbutton/`, also tray icon can be changed easily.

__configure template__:
```json
{
// commands go here
"commands": {
"NetLogin": "netlogin",

// commands group
// group name
"Stop": {
// command = command % item
"command": "killall -s STOP %s",
"items": {
// item name
"vmware": "vmware-vmx"
}
},

"Cont": {
"command": "killall -s CONT %s",
"items": {
"vmware": "vmware-vmx"
}
}
}
}
```

## Screenshot

Captured in Ubuntu 14.04LTS

![](https://raw.githubusercontent.com/overvenus/tbutton/master/art/TbuttonScr.png)

## License

Tbutton is licensed under GPL, Version 3 (the "License")

Tbutton is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License(version 3) as published by the Free Software Foundation.