summary refs log tree commit diff
path: root/.irbrc
blob: d4c39f8875e54a4fae7c61522269c4305c476255 (plain) (blame)
1
2
3
4
$:.unshift 'lib'
$: << '.'

require 'pp'
id=e1299bd6414c5b8842c66418491f5a5b4d9e8547&follow=1'>Set git commit.verboseJune McEnroe 2019-02-10Add back missing static keywordJune McEnroeclass='nohover-highlight'> 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe