Skip to content

sharpsaw/perl-dots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

perl-dots

Perl-related dotfiles and scripts.

Context

Why "-dots"? See the system I start with:

curl sharpsaw.org/init | sh

Perl CLI Stuff

  • GETfGET -UseS "$@"
  • HEADfHEAD -UseS "$@"
  • POSTfPOST -UseS "$@"
  • bin-docs ⇒ Auto-doc'er for bin/ scripts!
  • flip-if ⇒ Switch "if ($cond) { stmt; }" to "stmt if $cond;" (and back!)
  • grepsubs ⇒ Colorize package/sub stuff from a .pm (also <leader>gs in vim)
  • mimake all install && rm -f Makefile.old
  • mpmake purge "$@"
  • mtmake test "$@"
  • mtb ⇒ Make tarball (from Makefile.PL)
  • perlcheck ⇒ Like a souped-up perl -c
  • perlddperl -MData::Dumper "$@"
  • perlswperl -Mstrict -Mwarnings "$@"
  • perlxxxperl -MXXX "$@"
  • pfunkperl -MConfig -MYAML -e "print Dump \%Config" | vim -
  • plvprove -lv "$@"
  • pmfperl Makefile.PL $PMF\&ARGS "$@"
  • smisudo make install "$@"
  • tltest-less "$@" # (Part of Test::Less)
  • tlptest-less --prove "$@" # (Part of Test::Less)
  • vim-pm ⇒ Edit the Foo.pm that perl finds via -MFoo

Vim Stuff

Look in .vim/ftplugin/*.vim (note, the auto-running of ftplugin stuff depends on filetype plugin indent on (actually the indent part of that isn't related, but it's good.)).

If you also add loop-dots and vim-dots to your .../config, you should be set.

Contact

rking-perl-dots@sharpsaw.org

Ask/tell/demand anything. I'll be receptive.

About

Perl-related dotfiles and scripts for `...`

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •