From c7c509606824ca18696caf1d9d4a2e9538c3ac9a Mon Sep 17 00:00:00 2001 From: marcelarie Date: Mon, 14 Oct 2024 20:09:16 +0200 Subject: [PATCH] fix: add future implementation to README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 66feeaa..d44520c 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,12 @@ file will regenerate at the start of each shell session. ## Usage +current implementation: ```bash -nu-alias-converter .bash_aliases nushell_aliases.nu +nu-alias-converter .bash_aliases # will generate a alias.nu file in the same directory +``` + +in the future it will work like this: +```bash +nu-alias-converter .bash_aliases --out /path/to/nushell/nushell_aliases.nu ```