From aea0e234921e8174d877c2088a49909fc436f60d Mon Sep 17 00:00:00 2001 From: Chris Grieser <73286100+chrisgrieser@users.noreply.github.com> Date: Sun, 12 Nov 2023 14:38:31 +0100 Subject: [PATCH] docs: add paragraph with feature overview --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ccff8c7..1b2d5f9 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,11 @@ -Lightweight plugin providing file operations without a full-blown file tree. +Lightweight file operations without a full-blown file management plugin. +- [Features](#features) - [Installation and Setup](#installation-and-setup) - [Available Commands](#available-commands) * [File Operation Command](#file-operation-command) @@ -20,6 +21,19 @@ Lightweight plugin providing file operations without a full-blown file tree. +## Features +- Commands for moving, renaming, creating, deleting, or, duplicating files and +more. +- Commands for copying the path or name of the current file in various formats. +- Renaming commands notify the LSP, meaning references to the renamed file like +`import` statements are updated (if the LSP supports it). +- Lightweight plugin, no file management UI or file tree. +- Various quality-of-life improvements like automatically keeping the extensions +when no extension is given. +- Fully written in lua and makes use of up-to-date nvim features `vim.ui.input`. +This that for example you can get nicer input fields with normal mode support +via plugins like [dressing.nvim](https://github.com/stevearc/dressing.nvim). + ## Installation and Setup ```lua