Guake / guake

Drop-down terminal for GNOME
https://guake.github.io
GNU General Public License v2.0
4.39k stars 575 forks source link

Logging to file #155

Closed kikecalpe closed 9 years ago

kikecalpe commented 11 years ago

Logging to file http://guake.org/ticket/239 Reported by: markstinson Owned by: somebody Priority: trivial Milestone: 0.5.0 Component: guake Version: 0.4.1 Keywords: Cc:
Description

It would be nice if saving the backlog or terminal to a file were possible.

gsemet commented 10 years ago

I take it

gsemet commented 10 years ago

Should not be that difficult: API https://developer.gnome.org/vte/unstable/VteTerminal.html#vte-terminal-write-contents

TODO:

pypingou commented 10 years ago

Isn't that something that's normally part of the shell itself? zsh has ~/.zshhistory

I am not sure I would want to have yet another (non-standard) location where your command are saved (ei: yet another place to go clean up once you entered a password in clear in a command)

gsemet commented 10 years ago

no, this is not mandatory. It is done on purpose, when the user want to save the current content of the terminal.

riOwnage commented 5 years ago

Has anyone found a way to automatically log files with timestamps in the name with a python script instead of right click and save as?