0.0
No commit activity in last 3 years
No release in over 3 years
Make Ruby handle SIGINTs in a less-ugly manner.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Ruby will, be default, print out an ugly stack trace when you ctrl-c (that is, send a SIGINT) to a process. This is pretty much never the behavior I want.

I got tired of copy+pasting the same few lines into every one of my scripts to make this behavior better, so this is instead a gem I can require.

Installation

[$]> gem install nice-sigint

Usage

require 'nice-sigint'