summary refs log tree commit diff stats
path: root/test
ModeNameSize
-rw-r--r--__init__.py1218log stats plain blame
-rw-r--r--tc_bookmarks.py2102log stats plain blame
-rw-r--r--tc_colorscheme.py1616log stats plain blame
-rw-r--r--tc_commandlist.py2930log stats plain blame
-rw-r--r--tc_directory.py3710log stats plain blame
-rw-r--r--tc_displayable.py4378log stats plain blame
-rw-r--r--tc_ext.py4070log stats plain blame
-rw-r--r--tc_history.py1692log stats plain blame
-rw-r--r--tc_keyapi.py1250log stats plain blame
-rw-r--r--tc_newkeys.py9987log stats plain blame
-rw-r--r--tc_ui.py1739log stats plain blame
-rw-r--r--test.py867log stats plain blame
d---------testdir153log stats plain
lass="p">}; my %options = (); GetOptions( \%options, qw{ verbose debug } ) or die "Error in command line arguments\n"; my %dispatch = ( "sync emacs" => sub { Emacs::sync(\%options) }, ); if ( $dispatch{ "@ARGV" } ) { $dispatch{ "@ARGV" }->(); } else { my $file = path($FindBin::RealBin . "/share/theo"); my @insults = split/\n%\n/, $file->slurp; print LOCALCOLOR RED "[ERR] " if $options{verbose}; say LOCALCOLOR YELLOW $insults[ rand @insults ]; }