summaryrefslogtreecommitdiff
path: root/perl5
Commit message (Collapse)AuthorAge
* add bindings to move container to workspace and also go thereSean Whitton2022-05-14
|
* minor archive out of bin/ and perl5/Sean Whitton2022-04-17
|
* locmaint ignores loose ~/src files under git worktrees & add TODOsSean Whitton2022-04-04
|
* add ~/src/emacs-snapshot/ worktreeSean Whitton2022-03-17
|
* locmaint --sys: check that aptitude is on PATHSean Whitton2022-02-27
|
* move fresh-workspace into lib so sway-ftp-master need not shell outSean Whitton2022-01-04
|
* update pkg name App::{annex_review_unused -> git_annex_reviewunused}Sean Whitton2021-12-21
|
* update import App::annex_review_unused -> App:git_annex_reviewunusedSean Whitton2021-08-22
|
* update some more 'use lib' pathsSean Whitton2021-08-22
|
* src_register_all: correctly handle repos under a subdir of ~/srcSean Whitton2021-05-23
|
* update handling of wallpapers for use of SwaySean Whitton2021-04-21
|
* close mailboxes in a way which avoid warningsSean Whitton2020-10-25
|
* typoSean Whitton2020-10-19
|
* copy don't symlinkSean Whitton2020-08-11
| | | | More flexible and the files aren't going to change.
* new script and library for setting desktop wallpaperSean Whitton2020-08-10
|
* personal nmbug setupSean Whitton2020-05-03
|
* switch back Rexfile -> insinuate-dotfiles for the time beingSean Whitton2020-04-22
|
* set $return->{exit} right after waiting on the childSean Whitton2020-04-15
| | | | | In fact, PID reuse isn't going to happen until child is reaped by parent.
* avoid copying output around so muchSean Whitton2020-04-15
|
* commentSean Whitton2020-04-15
|
* _sysptycap_pty: renameSean Whitton2020-04-15
|
* _sysptycap_tty: decode using locale's charset if possibleSean Whitton2020-04-15
|
* TODOSean Whitton2020-04-15
|
* better variable namesSean Whitton2020-04-15
|
* rather than relying on literal PIDs, break look if no more childrenSean Whitton2020-04-15
| | | | This is more elegant as PIDs get reused.
* use 4-argument select() rather than SIGALRM for readabilitySean Whitton2020-04-14
|
* _sysptycap_tty: avoid getting stuck on sysreadSean Whitton2020-04-14
|
* Revert "always use _sysptycap_script for now"Sean Whitton2020-04-05
| | | | | | | This reverts commit 7ab96b2dcac381e1fdc42d69ce96cd5758943d19. Hopefully b2de6d0fa691b87d0de3821b8743d89b2777a767 is sufficient to fix the issues with _sysptycap_tty.
* don't consider tags pushed to develacc as pushedSean Whitton2020-03-27
|
* consider lines with only non-printable chars blankSean Whitton2020-03-24
|
* don't look for source packages inside .git dirsSean Whitton2020-03-23
|
* fix actually deleting old origsSean Whitton2020-03-23
|
* locmaint: build and use a hash of Debian source trees under ~/srcSean Whitton2020-03-23
| | | | | | | Also, look at other branches to find the source package name. This deals with repos where the toplevel dir is not the source package name and where the master branch doesn't have debian/, such as my ~/src/p5-* repos.
* always use _sysptycap_script for nowSean Whitton2020-02-29
|
* change into repo before trying to call annex-review-unusedSean Whitton2020-02-23
| | | | | Local::MrRepo::Repo::Git::Annex, unlike Local::MrRepo::Repo, may depend on non-core libs like File::chdir.
* drop code migrated to Git-Annex CPAN distribution & use that distSean Whitton2020-02-12
|
* readabilitySean Whitton2020-02-10
|
* styleSean Whitton2020-02-10
|
* filter out some invalid warningsSean Whitton2020-02-10
|
* let children finish before responding to C-cSean Whitton2020-02-09
|
* copyright yearsSean Whitton2020-02-09
|
* readabilitySean Whitton2020-02-09
|
* stop passing -m to `mr status`Sean Whitton2020-02-09
| | | | | | Minimal output is not achieving much as we're already outputting plenty of stuff. So, use a simpler and more robust way of detecting the case of zero output.
* unbuffer only STDOUT, and only for duration of functionSean Whitton2020-02-09
| | | | | | We don't need to unbuffer STDERR as we merge the streams and do not print to STDERR. And it is better to do this only for the duration of the function rather than having an additional side effect.
* system_pty_capture: use IO::Pty in preference to script(1)Sean Whitton2020-02-09
|
* style tweaksSean Whitton2020-02-02
|
* eliminate a predeclarationSean Whitton2020-01-27
|
* refactor as_meSean Whitton2020-01-27
|
* reimplement insinuate-dotfiles using RexSean Whitton2020-01-27
|
* stop stowing Local:: perl5 libs into HOMESean Whitton2020-01-27
AFAICT pointless complexity.