From 56bd228034270081f1983d0597a3e8a134cb7983 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Wed, 1 Feb 2017 14:47:17 -0500 Subject: Add nasd function --- .zshrc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 24bda00f..e31028d6 100644 --- a/.zshrc +++ b/.zshrc @@ -35,6 +35,13 @@ alias gc='git commit' gca='gc --amend' gt='git tag' alias gp='git push' gu='git pull' gf='git fetch' alias gr='git rebase' gra='gr --abort' grc='gr --continue' grs='gr --skip' +nasd() { + local tmp=$(mktemp) + cat > $tmp + nasm -p =(echo 'bits 64') -o >(ndisasm -b 64 /dev/stdin) $tmp + rm $tmp +} + setopt prompt_subst _prompt_git() { local dotgit=.git head -- cgit 1.4.1 ue='enroll'>enroll IRC client
summary refs log tree commit diff
path: root/Makefile (unfollow)
Commit message (Expand)Author
2018-08-03Colorize nicks and channelsJune McEnroe
2018-08-03Add support for mIRC colorsJune McEnroe
2018-08-03Handle bold, italic, underlineJune McEnroe
2018-08-03Add prift function for "prefix shift"June McEnroe
2018-08-03Link with -lcurseswJune McEnroe
2018-08-02Use libtls "compat" ciphersJune McEnroe
2018-08-02Add UI and handle some kinds of server messagesJune McEnroe
2018-08-02Add chroot.tar targetJune McEnroer.c?h=1.0p1&id=5797e8b972435a01c0770f8ac71a923f97460c61&follow=1'>Make serverFormat publicJune McEnroe
2019-10-24Rename some thingsJune McEnroe
2019-10-23Add ISUPPORT draft to STANDARDSJune McEnroe
2019-10-23Track own originJune McEnroe
2019-10-23Track channels and sync ISUPPORTJune McEnroe
2019-10-23Track nick changesJune McEnroe
2019-10-23Rename Command to MessageJune McEnroe
2019-10-23Synchronize state after client registrationJune McEnroe
2019-10-23Send to server if client has no needsJune McEnroe
2019-10-23Implement some amount of client connectionJune McEnroe
2019-10-23Set clients non-blockingJune McEnroe
2019-10-23Clean up state.c and factor out parsingJune McEnroe
2019-10-23Respond to pingsJune McEnroe
2019-10-23Add verbose flagJune McEnroe
2019-10-23Set NOSIGPIPE on server connectionJune McEnroe
2019-10-23Set an initial loop capJune McEnroe
2019-10-23Fix rest parsingJune McEnroe
2019-10-23Add dynamic poll listJune McEnroe
2019-10-23Don't assume commands have targets and handle ERRORJune McEnroe
2019-10-23Clean up state somewhatJune McEnroe
2019-10-23Actually send the buffer...June McEnroe
2019-10-23Add stateJune McEnroe