From 1c03b38881efd6d6640a27f5ab4e4e2fafeb4b8f Mon Sep 17 00:00:00 2001 From: Sinono3 Date: Sat, 17 Jul 2021 17:51:45 -0400 Subject: [PATCH] Update README --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index a682f1c..502d0a6 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,4 @@ $ quiren /home/dude/abc/ ## Origin -I was looking for a tool that would let me edit filenames for the current directory in Vim. I found `massren` on the AUR, and I didn't like it at all. It was so bloated to fulfill such a simple task. Why does it automatically create a config file. Why does it a create an SQLite database (For undoing renames, but still, it should have been on the cache directory). Why do I have to scroll through a huge wall of warning texts to actually edit the filenames. Why does it take so long to actually save the changes. - -Well, enough rant about that tool. If I looked a little bit more into it I probably would have found something that suited my needs, but I thought trying to make it myself would be a fun project, so here we are. +I was looking for a tool that would let me edit filenames for the current directory in Vim. If I looked a little bit more into it I probably would have found something that suited my needs, but I thought trying to make it myself would be a fun project, so here we are.