Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dbohdan/imv-fish
imv(1) clone in pure fish shell
https://github.com/dbohdan/imv-fish
fish fish-plugin fish-shell interactive rename rename-files
Last synced: 27 days ago
JSON representation
imv(1) clone in pure fish shell
- Host: GitHub
- URL: https://github.com/dbohdan/imv-fish
- Owner: dbohdan
- License: mit
- Created: 2024-02-24T08:14:33.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-02-24T12:40:10.000Z (12 months ago)
- Last Synced: 2024-11-19T13:52:13.246Z (3 months ago)
- Topics: fish, fish-plugin, fish-shell, interactive, rename, rename-files
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# imv-fish
**imv-fish** is a clone of the `imv(1)` command from
[renameutils](https://www.nongnu.org/renameutils/)
written in pure
[fish shell](https://fishshell.com).
The command opens
[`vared`](https://fishshell.com/docs/current/cmds/vared.html)
to let you interactively rename
an individual file or directory.
It is useful on systems
with a port of fish but not renameutils,
like OpenBSD.## Contents
- [Requirements](#requirements)
- [Usage](#usage)
- [Installation](#installation)
- [Alternatives](#alternatives)
- [License](#license)## Requirements
imv-fish requires fish 3.4 or later.
Earlier versions will not work.## Usage
```none
imv path
```## Installation
### Using Fisher
To install imv-fish with
[Fisher](https://github.com/jorgebucaran/fisher),
run the command:```fish
fisher install dbohdan/imv-fish
```### Manual
1. Clone the repository
or download and extract a source archive.
2. Run `install.fish`.## Alternatives
- `vidir(1)` from
[moreutils](https://joeyh.name/code/moreutils/).
The moreutils collection is packaged for OpenBSD.## License
MIT.