From de9bbfdb8f0d3b366e76a5cc775690f7315c740f Mon Sep 17 00:00:00 2001 From: 53hornet Date: Fri, 10 Dec 2021 23:17:42 -0500 Subject: feat: custom routing, no required php in posts --- ...6-useful-shell-scripting-and-bulk-renaming-files-with-vim.php | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'posts/2021-09-26-useful-shell-scripting-and-bulk-renaming-files-with-vim.php') diff --git a/posts/2021-09-26-useful-shell-scripting-and-bulk-renaming-files-with-vim.php b/posts/2021-09-26-useful-shell-scripting-and-bulk-renaming-files-with-vim.php index bc88caa..08789b2 100644 --- a/posts/2021-09-26-useful-shell-scripting-and-bulk-renaming-files-with-vim.php +++ b/posts/2021-09-26-useful-shell-scripting-and-bulk-renaming-files-with-vim.php @@ -1,10 +1,5 @@ - +

Useful Shell Scripting and Bulk Renaming Files with Vim

+

I used to use vifm, a terminal file manager, on FreeBSD and Linux. I realized the only feature I was really using was bulk interactive file renaming with vim. So I ditched the file manager altogether and implemented the bulk rename feature in a few lines of shell. -- cgit v1.2.3