Skip to content

Files

Latest commit

31a8d7d · Oct 31, 2022

History

History

bin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 4, 2019
Dec 10, 2015
Dec 10, 2015
Jun 24, 2020
Feb 23, 2018
Dec 10, 2015
Nov 2, 2015
Jan 31, 2014
Jun 24, 2020
Nov 5, 2013
Nov 2, 2015
Dec 10, 2015
Nov 2, 2015
Oct 31, 2022
Dec 9, 2014
Jul 31, 2015
Dec 10, 2015
Dec 9, 2015
Dec 10, 2015
Dec 10, 2015
Oct 31, 2022
Dec 16, 2015
Dec 16, 2015
Dec 9, 2015
Dec 10, 2015
Nov 14, 2013
Jan 22, 2016
Jul 11, 2013
Dec 26, 2015
Jan 5, 2014
Apr 11, 2012
Nov 2, 2015
Dec 10, 2015
Jan 20, 2014
Dec 19, 2013
Jan 30, 2015
Aug 17, 2016
Nov 6, 2015
Jan 31, 2014
Dec 9, 2015
Aug 11, 2013
Nov 14, 2013
Jan 13, 2013
Oct 31, 2022
Dec 10, 2015
Jan 19, 2017
Dec 9, 2015
Jun 26, 2013
Oct 31, 2022
Nov 2, 2015
Nov 14, 2013
Dec 10, 2015
Feb 25, 2013
Nov 24, 2019
Jan 31, 2014
Dec 10, 2015
Dec 10, 2015

Mislav's command-line utilities

The following is a non-comprehensive list.

Code helpers

Git utilities

Terminal helpers

  • ansi2html [-w] [--css]
    Convert terminal color ANSI escape sequences to HTML.
  • colordump [-b]
    Dump a table of ASCII colors to a 256-color compatible terminal. With -b, switch to outputting background color samples.
  • crlf -i src/*
    Convert Windows to Unix line breaks. Use -i to change files in-place.
  • lineprof
    Annotates each line of input with the number of milliseconds elapsed since the last line. Useful for figuring out slow points of output-producing programs.
  • stdev
    Calculate mean and standard deviation from a stream of numbers passed as lines of input.

System utilities

  • battery
    Show MacBook battery level formatted for tmux status bar.
  • wifi-pass
    Shows SSID and password for the currently connected network. Requires sudo.

Writing checks

  • eprime
    Highlights usage of the verb "to be" when you're trying to write E-Prime.
  • passive
    Highlights possible usage of passive language.
  • weasel
    Highlights weasel words (empty words that sound like they have meaning).

Tmux utilities

  • tmux-ps <pattern>
    Switch to tmux window which hosts the tty that is controlling the process matching .
  • tmux-session
    Save and restore the state of tmux sessions and windows.
  • tmux-switch-session [<name>]
    Switches to the tmux session that starts with the name given, or to the previously attached session when name is blank.
  • tmux-vim-select-pane
    Like tmux select-pane, but sends a <C-h/j/k/l> keystroke if Vim is running in the current pane, or only one pane exists.