Skip to content

Commit

Permalink
fix: add future implementation to README
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelarie committed Oct 14, 2024
1 parent e100ca3 commit c7c5096
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit c7c5096

Please sign in to comment.