Close terminal by name
Open
Type: Feature Request
- Dominant language
- Python
- Stars
- 4.7k
- Forks
- 604
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
Could you add some argument to guake to close a terminal by name
Currently I check all terminal names by using index to find the name, and close it.
It s too long
#!/bin/bash
#set -x
for i in {10..0}; do
#echo "$(guake -s $i -l)"
if [ "$(guake -s $i -l)" == "$1" ]; then
guake -s $i -e "exit; sleep 1; exit;" >/dev/null 2>&1 ;
fi
done
Regards,
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.