summaryrefslogtreecommitdiff
path: root/dot
AgeCommit message (Collapse)Author
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
2019-09-18xvnc: add option -r to share local display to remote sideAndrew Cady
2019-09-18new command: alarmingAndrew Cady
2019-08-19various changesAndrew Cady
2019-07-23fix nasty bug in 'subvolify'Andrew Cady
If the argument ends in /, it would break.
2019-04-24update musopen to new web APIAndrew Cady
2019-04-07.bashrc: added functionsAndrew Cady
2019-04-07'asdf': add dvorak supportAndrew Cady
type 'qwer' to switch to dvorak type 'asdf' to switch back to usa no support for russian dvorak at the moment
2018-12-09new commandsAndrew Cady
2018-12-09sliceweasel: WIP on cpu slicingAndrew Cady
2018-12-09bashrc: debian_install_firefox()Andrew Cady
2018-12-09git-push-cloneAndrew Cady
2018-09-11git-push-clone: Set core.bare=falseAndrew Cady
If 'bare' is unset, git allows pushing into the checked out branch, contrary to what I assumed.
2018-09-11interactive-renameAndrew Cady
2018-09-11git-push-cloneAndrew Cady