Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/overvenus/tbutton
- Owner: overvenus
- License: gpl-3.0
- Created: 2016-01-18T03:45:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-20T13:53:40.000Z (almost 9 years ago)
- Last Synced: 2024-10-14T06:06:39.388Z (2 months ago)
- Language: Python
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.