Skip to content

Releases: dalailomo/ace

Dragón Púrpura

10 Dec 17:33
Compare
Choose a tag to compare

Changelog

Added ability to choose the editor and pager #4

First it tries to use the ones defined on the environment variables $PAGER and $EDITOR. If the env variables are not set, it fallbacks to defaults: less and nano

Added ability to validate the config file

Config file is validated against a yaml schema.

Show list of available keys on execution #6

When executing with no arguments or invalid key, shows a summary with all the available keys.

Paella Vegetal

02 Dec 09:56
Compare
Choose a tag to compare

Changelog

Create an example config file on the first run.

Closes #5

Ability to count occurrences for highlighted keywords.

The previous implementation was a buggy pile of shit.

Now it counts how many times a keyword is found on the streams output.

Gazpacho Andaluz

30 Nov 15:48
Compare
Choose a tag to compare

Changelog

Add process monitoring

  • Shows some alerts when the cpu usage is high.
  • Process monitor implementations are OS specific.

Add option on setup to execute commands

You can now execute groups of commands from the setup menu

Caracol Gris

24 Oct 15:52
Compare
Choose a tag to compare

Changelog

  • Add ability to specify groups of commands to execute

1.0.0

24 Oct 13:47
Compare
Choose a tag to compare

First ACE Release