Skip to content

Releases: 9seconds/ah

Possibility to run commands in interactive shell

31 Oct 09:59
Compare
Choose a tag to compare
  • Add -x flag to execute command in interactive shell (to support aliases etc)
  • Fixed inline documentation
  • Bugfixes

Eliminate race conditions in tracing the command

29 Oct 22:04
Compare
Choose a tag to compare

Sometimes command detection is not precise: you may run a lot of commands simultaneously with tmuxinator (for example) and trace positions will be mixed. This tries to fix it.

Improved logging

26 Oct 20:25
Compare
Choose a tag to compare
Improved logging Pre-release
Pre-release
  • Dramatically improved logging in a way I really like it
  • A lots of internal refactoring and reworking (code base is less now)

Attached release files are built with Go 1.3.3

More bookmark commands

25 Oct 10:59
Compare
Choose a tag to compare
Pre-release
  • Command for bookmark garbage collecting is gb (and g is gt now, garbage collecting for traces)
  • Command for removing bookmarks is rb
  • Command for listing bookmarks is lb

Performance optimizations and cleanings

24 Oct 23:57
Compare
Choose a tag to compare
Pre-release
  • Going back to regexp (sre2 works approximately as regexp, PCRE bindings are hard to have cross-compilable and library looks forgotten)
  • Internal optimizations for storing big amount of tasks
  • ah works in almost all cases < 0.3 sec
  • Aggressive linting
  • Build process optimizations
  • Various fixes

Compress history

23 Oct 08:25
Compare
Choose a tag to compare
Compress history Pre-release
Pre-release

Now traces are compressed

Garbage collecting

22 Oct 18:18
Compare
Choose a tag to compare
Garbage collecting Pre-release
Pre-release
  • Implemented gc command
  • A bunch of history fixes
  • Signal handling

New way of storing history

20 Oct 19:44
Compare
Choose a tag to compare
Pre-release

Please do rm -rf ~/.ah/traces before. It has incompatible changes

Small fix for show command

19 Oct 17:04
Compare
Choose a tag to compare
Pre-release
0.2.1

Small fix for show command

Add support of pseudo TTYs for tee command

19 Oct 10:50
Compare
Choose a tag to compare
0.2

Add support of pseudo TTYs