Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmyt/bashground
Keep WLS (Bash on Windows) instance in background.
https://github.com/tmyt/bashground
bash-on-windows lxss tmux windows wsl
Last synced: about 1 month ago
JSON representation
Keep WLS (Bash on Windows) instance in background.
- Host: GitHub
- URL: https://github.com/tmyt/bashground
- Owner: tmyt
- License: mit
- Created: 2016-10-08T05:04:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-16T08:42:26.000Z (almost 8 years ago)
- Last Synced: 2024-08-03T22:18:18.127Z (3 months ago)
- Topics: bash-on-windows, lxss, tmux, windows, wsl
- Language: C++
- Homepage:
- Size: 20.5 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - tmyt/bashground - Keep WLS (Bash on Windows) instance in background. (C++)
README
Bashground
=====Bash on Windows processes keep in backgroud.
motivation
----One day, I start tmux session in Bash on Windows and Close terminal. "I loved tmux :)"
After a few minutes, I open new terminal and type command `tmux a` but tmux does not seen. Because Bash on Windows subsystem shutted down when all terminal closed.
This program keeps Bash on Windows Subsystem in background!
special thanks
----Alex Ionescu - lxss (https://github.com/ionescu007/lxss)
license
----the software licensed under MIT license.
the software includes these opensource software.
- lxss (https://github.com/ionescu007/lxss)