henryxrl / BookList-Creator

"BookList Creator" is a simple command-line application written in C# that generates a book list for my own book library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BookList Creator

BookList Creator is a simple command-line application written in C# that generates a book list ("精校目录.txt") for my own book library ("E:\Books\TXT\小说\精校").

Application is for Windows ONLY.

HOW TO USE

# BOOKLIST_CREATOR's man page
$ BOOKLIST_CREATOR /?

# Run BOOKLIST_CREATOR
$ BOOKLIST_CREATOR [/AS | /DS | /AN | /DN] [/SS]
#    /AS      Sort all books ascendingly by size.
#    /DS      Sort all books descendingly by size.
#    /AN      Sort all books ascendingly by name.
#    /DN      Sort all books descendingly by name.
#    /SS      Show size information.

About

"BookList Creator" is a simple command-line application written in C# that generates a book list for my own book library.


Languages

Language:C# 100.0%