Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

print current status/filename on SIGUSR1 in non-verbose mode #58

Open
kljohann opened this issue Mar 22, 2014 · 2 comments
Open

print current status/filename on SIGUSR1 in non-verbose mode #58

kljohann opened this issue Mar 22, 2014 · 2 comments

Comments

@kljohann
Copy link
Contributor

This can be implemented using the signal module in the python standard library. If you agree that this could be useful I will work on a pull request.

@anarcat
Copy link

anarcat commented Dec 16, 2014

SIGUSR1 is indeed often the "right" way of doing this in Linux. in FreeBSD, it's SIGINFO, which is bound to control-t by default on the terminal, very useful.

i agree this could be useful.

@ThomasWaldmann
Copy link
Contributor

See PR #286.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants