Guake / Guake/guake

Close terminal by name

Open
#1,835 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.