gnome-terminal
Is it possible to have python open a terminal and write to it?
For example, if I have this code: subprocess.call([\'gnome-terminal\']) Is it possible to have python output strings to that specific terminal that was just op开发者_如何学Cened? Thanks!Possibly, b[详细]
2023-01-09 04:26 分类:问答How do I open gnome-terminal with new enviroment variables?
I have a file that sets enviroment variables(JAVA_HOME, ANT_HOME...) I use for doing java programming related tasks. WHen I want to setup the new environment I type \"source devenv\" (devenv being the[详细]
2023-01-08 12:24 分类:问答something similar to Emacs shell?
I\'m looking for something similar to Emacs shell. I want to be able to select text easily in my terminal, be able to manipulate the output.[详细]
2023-01-05 06:25 分类:问答How do I get Ctrl-Backspace to delete a word in vim within gnome-terminal?
I\'d like Ctrl-Backspace to delete the current word in vim insert mode.From within xterm I can pull this off via[详细]
2022-12-28 18:29 分类:问答How to determine a terminal's background color?
I\'d like to know if there is any way to determine a terminal\'s background color ? In my case, using gnome-terminal.[详细]
2022-12-24 04:06 分类:问答How to launch gnome-terminal from command line and duplicate environment variables?
Is there a way to launch a gnome-terminal from the command line (i.e., using the /usr/bin/gnome-terminal command) and have the new terminal inherit the environment variables and other set variables of[详细]
2022-12-21 04:53 分类:问答In linux, how can I test whether the output of a program is going to a live terminal or to a file?
When you use git it seems to magically know whether standard out is going through a pipe or into a file vs when it is being displayed to the console.For example, if you have colors enabled and you do[详细]
2022-12-18 16:49 分类:问答How to check which program runs inside gnome-terminal
I want to write a program which prints the current focused window name and if it is a gnome-terminal, 开发者_如何学Cthen prints out the running program inside the current gnome-terminal tab (for examp[详细]
2022-12-18 03:26 分类:问答Mini Project: Change the color of the terminal based on the time of day
Good Evening, I am pretty new to Unix so maybe this mini project is too ambitious.Hoping someone could point in in the right direction.[详细]
2022-12-18 03:12 分类:问答how to overwrite default system key mapping in vim
I want to map f1 to create a n开发者_运维百科ew tab so I add the following line map <F1> :tabnew <CR>[详细]
2022-12-17 15:05 分类:问答