summaryrefslogtreecommitdiff
path: root/.emacs.d/eshell
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-07-22 07:23:27 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-07-22 07:23:27 -0700
commitf51bc46d624373e919fd1a5de81ec80f175521e0 (patch)
treedd2d40f592ca11ab3be7d2863aebd5ea918824a3 /.emacs.d/eshell
parentd23232ce5f30b8f2526ec3d594c0a74ef0006a21 (diff)
downloaddotfiles-f51bc46d624373e919fd1a5de81ec80f175521e0.tar.gz
add some aliases from .bashrc to Eshell
Diffstat (limited to '.emacs.d/eshell')
-rw-r--r--.emacs.d/eshell/alias12
1 files changed, 12 insertions, 0 deletions
diff --git a/.emacs.d/eshell/alias b/.emacs.d/eshell/alias
index af297b96..1ebbd53a 100644
--- a/.emacs.d/eshell/alias
+++ b/.emacs.d/eshell/alias
@@ -1,6 +1,18 @@
+alias grep-queued { cd /ssh:ssh.upload.debian.org: && *grep $* /srv/upload.debian.org/queued/run/log }
+alias grep-dak { cd /ssh:ftp-master.debian.org: && *grep $* /srv/ftp-master.debian.org/log/current }
+alias push-develacc-dotfiles-branch git push -f origin develacc/develacc-"${hostname}":develacc-"${hostname}"
+alias sbuild-prerelease sbuild --dpkg-source-opts='-Zgzip -z1 --format=1.0 -sn'
alias d dired $1
alias e find-file $1
alias o find-file-other-window $1
alias g git $*
alias ga git annex $*
alias v view-file-other-window $1 >/dev/null
+alias rld git diff @{1}..@{0}
+alias dak-rdeps { cd /ssh:mirror.ftp-master.debian.org: && dak rm -Rn $* }
+alias bts-policy bts user debian-policy@packages.debian.org , package debian-policy , $*
+alias afsid apt-file --filter-suites unstable $*
+alias grepcopy grep -Eir '(copyright|©)' *
+alias pdfwords pdftotext "$1" - | wc -w
+alias tail-dak { cd /ssh:ftp-master.debian.org:/srv/ftp-master.debian.org/log && tail -f current }
+alias tail-queued { cd /ssh:ssh.upload.debian.org:/srv/upload.debian.org/queued/run && tail -f log }