Simple sorting tool (CLI) in C++

metw01 pts0 comments

GitHub - metw0/qsort: simple sorting tool (CLI) for Linux · GitHub

/" data-turbo-transient="true" />

Skip to content

Search or jump to...

Search code, repositories, users, issues, pull requests...

-->

Search

Clear

Search syntax tips

Provide feedback

--><br>We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Cancel

Submit feedback

Saved searches

Use saved searches to filter your results more quickly

-->

Name

Query

To see all available qualifiers, see our documentation.

Cancel

Create saved search

Sign in

/;ref_cta:Sign up;ref_loc:header logged out"}"<br>Sign up

Appearance settings

Resetting focus

You signed in with another tab or window. Reload to refresh your session.<br>You signed out in another tab or window. Reload to refresh your session.<br>You switched accounts on another tab or window. Reload to refresh your session.

Dismiss alert

{{ message }}

metw0

qsort

Public

Notifications<br>You must be signed in to change notification settings

Fork

Star

main

BranchesTags

Go to file

CodeOpen more actions menu

Folders and files<br>NameNameLast commit message<br>Last commit date<br>Latest commit

History<br>21 Commits<br>21 Commits

src

src

.gitignore

.gitignore

LICENSE

LICENSE

README.md

README.md

xmake.lua

xmake.lua

View all files

Repository files navigation

how to install

from releases gape

download .tar archive

unpack it somewhere

give install.sh rights to run chmod +x install.sh

run install.sh ./install.sh (require sudo rights)

from source

if you don't have xmake, install it

сurl installation - Bash

clone repo git clone https://github.com/metw0/qsort.git

move into repo's folder cd qsort/

build it with xmake xmake

move binary to /usr/local/bin/ sudo mv qsort /usr/local/bin/

how to use

xmake really easy to use, you just need to know 3 flags

-w or --where

this flag is used for declare where qsort gonna sort your files

like /home/user/Documents etc.

-t or --type

this flag is used for declare type of sorting

like name to sort by name, ext to sort by extension and date to sort by last modification date

-d or --df

this flag is used for declare distinctive feature (df)

like some_file_name for name type, .txt for ext type and yyyy-mm-dd for date type

example

qsort -w /home/user/Documents -t ext --df .txt

this command gonna put all .txt files from directory where you start command

to directory in -w option (/home/user/Documents in this example)

features

in feature I want to add:

edit mode, which can delete/create files etc.

if you really like qsort, you can support me just sending feedback<br>About<br>simple sorting tool (CLI) for Linux<br>Topics<br>cppgood-first-contributiongood-first-issuegoodfirstissuelinuxsortsortersorting<br>Resources<br>Readme<br>BSD-2-Clause license<br>Activity<br>Stars<br>1 star<br>Watchers<br>0 watching<br>Forks<br>0 forks<br>Report repository

Releases

Packages

Contributors

Languages

You can’t perform that action at this time.

qsort files xmake install search type

Related Articles