summaryrefslogtreecommitdiff
path: root/dot
AgeCommit message (Collapse)Author
2021-09-14xbindkeys volume improvementsAndrew Cady
2021-08-14bashrc: get_spacemacs is more robustu
2021-08-14new x11 keybindingsAndrew Cady
2021-07-11cmd: choose-printerAndrew Cady
2021-03-04scripts copied from penme.gitAndrew Cady
2021-02-28disable thinkpad trackpoint scrollingAndrew Cady
2021-02-10twmp4Andrew Cady
2021-01-18nm-reup.shAndrew Cady
2021-01-17fix for tmux regressionAndrew Cady
2021-01-10improve twmp4Andrew Cady
2021-01-09add alias: twitter-dlAndrew Cady
2021-01-09bup: backup files or snapshotsAndrew Cady
2021-01-07im: auto-marginateAndrew Cady
2021-01-07twmp4Andrew Cady
2021-01-07marginateAndrew Cady
2020-12-17webencode: verbose when $DEBUG setAndrew Cady
2020-12-17marginate: twitter aspect ratioAndrew Cady
2020-12-12m3u8Andrew Cady
2020-12-05webencode refactorAndrew Cady
2020-12-05new commandsAndrew Cady
2020-11-24im: screenshot wrapperAndrew Cady
2020-10-29shallow cloning breaks the detection of remote branch statusAndrew Cady
2020-10-29improvementsAndrew Cady
2020-06-18bashrc: now has get_{firefox,stack,spacemacs}Andrew Cady
2020-06-18disable spurious checkAndrew Cady
2020-06-04get_youtube-dl()Andrew Cady
2020-05-31git-ll-remote: add -n/-N, making -n defaultAndrew Cady
This restores the default behavior (changed in yesterday's commits) of only showing refs/namespaces/* branches.
2020-05-31styleAndrew Cady
2020-05-31reorder for clarityAndrew Cady
2020-05-31wordingAndrew Cady
2020-05-31git-ll-remote: show more info when -a is givenAndrew Cady
2020-05-31git-ll-remote: improve messaging and add -uAndrew Cady
2020-05-31fix definition of ancestorAndrew Cady
git believes that a hash is its own ancestor!
2020-05-30git-ll-remote: improved reporting; fixesAndrew Cady
2020-05-30xvnc fix for local $DISPLAY > :0Andrew Cady
2020-05-30improve git-ll-remoteAndrew Cady
0) If we already have the ref to be fetched, "git fetch" will no longer even be called, making this command much faster overall most of the time. 1) By default, only print remote branches that have pushed onto the local HEAD. If you don't do any rebasing, these correspond roughly to "pull requests". 2) With "-r", only print remote branches that are ANCESTORS of HEAD. These may be people you need to nag more because you are requesting the pull from them. As likely, they are old stale branches that you should delete. 3) With "-a", print everything.
2020-05-28Dynmically generate ~/.gitconfigAndrew Cady
Ancient versions of 'git' would use the unix passwd identity as the default author/committer. This dynamically-generated ~/.gitconfig does the same. Might as well set excludesfile = ~/.config/git/ignore
2020-05-28new function install_spacemacs()Andrew Cady
2020-05-28new command git-autotagAndrew Cady
like 'git tag', except specify (with '-u') the default gpg keyring's default uid (instead of using the uid from the git user).
2020-05-26sliceweasel: change launch command to "firefox"Andrew Cady
2020-05-26sliceweasel: fix syntax errorAndrew Cady
2020-05-19lptext: expand tabsAndrew Cady
2020-05-05git-ll-remoteAndrew Cady
2020-05-03hostname-specific bashrc fileElla Grapp
2020-01-19add ttoggleAndrew Cady
2019-10-13xvnc bugfixAndrew Cady
2019-10-13subvolify(): remove empty temp dirAndrew Cady
2019-10-13new bash function: newfile()Andrew Cady
2019-10-13new command: quickserveAndrew Cady
2019-10-12add support for specifying ssh portAndrew Cady