Heyward Fann
1899873680
fix(channels): list-channels in kebab-case ( #195 )
...
```
tv gitrepos
Unknown channel: gitrepos
```
And `tv list-channels` result, before the fix:
```
tv list-channels
Builtin channels:
env
files
gitrepos
dirs
text
alias
```
After:
```
./target/debug/tv list-channels
Builtin channels:
env
files
git-repos // HERE
dirs
text
alias
```
2024-12-31 11:21:12 +01:00
Alex Pasmantier
53afed28ee
chore: bump workspace to 0.0.16 ( #189 )
2024-12-30 22:55:22 +01:00
Alex Pasmantier
7434f1476a
chore: bump to 0.8.1 ( #176 )
2024-12-30 00:57:54 +01:00
Alex Pasmantier
1bc6f12782
chore: bump to 0.8.0 ( #165 )
2024-12-29 02:07:50 +01:00
Alex Pasmantier
697f295afb
refactor: update default configuration and simplify channel enum conversions ( #157 )
2024-12-28 20:09:33 +01:00
Alexandre Pasmantier
18c5213e83
feat(channels): new channel for directories and associated transitions ( #130 )
2024-12-15 18:04:26 +01:00
Alexandre Pasmantier
a8e3ea5f89
chore(version): bump workspace to 0.7.0 ( #127 )
2024-12-15 14:30:25 +01:00
Alexandre Pasmantier
937d0f0758
feat(cable): support cable channel invocation through the cli ( #116 )
2024-12-14 17:47:36 +01:00
Alexandre Pasmantier
ffc8dae494
chore: bump workspace to 0.6.2 ( #104 )
2024-12-06 10:46:53 +01:00
Alexandre Pasmantier
795db19fff
fix(cable): add cable to unit channel variants ( #96 )
...
fixes #95
2024-12-05 20:36:01 +01:00
Alexandre Pasmantier
a5f5d20071
feat(cable): add support for custom channels ( #75 )
2024-12-05 00:34:09 +01:00
Alexandre Pasmantier
2fc9bd9e80
chore: bump crate to 0.5.3 and workspace crates to 0.0.7
2024-11-24 17:01:24 +01:00
Alexandre Pasmantier
edd9df4e29
fix(entry): always preserve raw input + match ranges conversions ( #62 )
...
* fix(entry): preserve raw input
* chore(version): bump workspace crates and television
* test: add tests for replace_non_printable and cleanup commented out code
* chore(changelog): update changelog (auto)
* chore(deps): update cargo dependencies
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-24 00:20:04 +01:00
Alexandre Pasmantier
d3564f2aca
chore: bump version to 0.5.1
2024-11-21 00:09:30 +01:00
Alexandre Pasmantier
d0f023cf18
chore(versions): bump workspace crates versions
2024-11-16 18:01:25 +01:00
Alexandre Pasmantier
b1fe0182f8
fix(cargo workspace): fix cargo workspace structure and dependencies ( #15 )
...
* fix(cargo workspace): fix cargo workspace dependencies
* add bump and publish scripts
* more version automation scripts
2024-11-11 20:31:22 +01:00
Alexandre Pasmantier
5611ee8b2d
refactor(workspace): reorganize cargo workspace ( #12 )
2024-11-11 15:15:24 +01:00