Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshgoebel/sublime-tint-terminal
Tint Terminal - a lightweight terminal in a tab
https://github.com/joshgoebel/sublime-tint-terminal
command-line sublime-text sublime-text-3 sublime-text-plugin terminal
Last synced: 9 days ago
JSON representation
Tint Terminal - a lightweight terminal in a tab
- Host: GitHub
- URL: https://github.com/joshgoebel/sublime-tint-terminal
- Owner: joshgoebel
- License: mit
- Created: 2015-03-31T07:03:50.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2022-06-26T23:30:54.000Z (over 2 years ago)
- Last Synced: 2024-10-11T09:26:18.243Z (25 days ago)
- Topics: command-line, sublime-text, sublime-text-3, sublime-text-plugin, terminal
- Language: Python
- Homepage:
- Size: 122 KB
- Stars: 20
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: MIT-LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Tint, a lightweight terminal in a tab
![](https://badgen.net/badge/version/0.2.0/blue)
![](https://badgen.net/badge/sublime/4/green)
![](https://packagecontrol.herokuapp.com/downloads/Tint.svg)
![](https://badgen.net/badge/license/MIT/cyan)![Example of usage](./content/tint.png)
## Why?
First, I wanted to see if it could be done. Then it started becoming useful.
### Run your own commands directly from the picker
Just make your own `.sublime-commands` file like so:
{
"caption": "git: status",
"command": "tint_run_custom",
"args": {
"cmd": "git status" }
}Custom commands first open a new Tint terminal and then run the command you specify inside that terminal.
## Caveats
- no interactive commands (ie, no input from terminal)
- piping should work just fine though (grep, etc.)
- doesn't work on Windows