Commit graph

7 commits

Author SHA1 Message Date
Gabriel Arazas c971f278c3 tere: 1.3.1 -> 1.4.0 2023-01-09 12:52:23 +08:00
R. Ryantm 32d3b1b5aa tere: 1.3.0 -> 1.3.1 2022-12-11 12:34:34 +00:00
Producer Matt bc791b77b9 remove whitespace 2022-10-16 22:50:30 -05:00
ProducerMatt d5ae32c83f
Update pkgs/tools/misc/tere/default.nix
Co-authored-by: figsoda <figsoda@pm.me>
2022-10-16 21:47:06 -06:00
Producer Matt 0dc4b9fd9d tere: 1.2.0 -> 1.3.0
Release notes: https://github.com/mgunyho/tere/releases/tag/v1.3.0

Patch no longer needed as the test now passes correctly.
2022-10-15 13:44:33 -05:00
R. Ryantm d103a9186b tere: 1.1.0 -> 1.2.0 2022-09-12 04:07:11 +00:00
Producer Matt bf182e4dec tere: init at 1.1.0
A failing test was keeping it from building. I [confirmed with the
dev](https://github.com/mgunyho/tere/issues/44) it's known and ignored
so I commented it out with a patch.

This app isn't that useful until some [shell hooks have been
added.](https://github.com/mgunyho/tere#setup) So I hope to add a config
option to home-manager such as:

```nix
programs.tere = {
  enabled = true;
  useBashIntegration = true;
  useFishIntegration = true;
};
```
2022-07-24 12:29:27 -05:00