Skip to content

juli9797/despace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

d e s p a c e

I hate whitespaces in filenames.

This tool removes them.

Requirements

  • g++ with C++20 support
  • make

Installation

Clone the directory:

$ git clone https://github.com/juli9797/despace

Change directory:

$ cd despace

Build and install:

$ make install

Usage

Just supply a list of files to DESPACE:

$ ls
filewithoutspace.exe  'file with space. exe'   folderwithoutspace  'folder with space'
$ despace *
filewithoutspace.exe	->	[nothing to do...]
'file with space. exe'	->	filewithspace.exe
folderwithoutspace	->	[nothing to do...]
'folder with space'	->	folderwithspace
$ ls
filewithoutspace.exe  filewithspace.exe  folderwithoutspace  folderwithspace

About

little tool which removes whitespaces from filenames and folders

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors