aboutsummaryrefslogtreecommitdiffstats
path: root/src/args.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #515 from sinking-point/sinkingpoint/add-spa-index-option-474Sven-Hendrik Haase2021-10-251-0/+8
|\ | | | | Add --spa-index option
| * Add --spa-index optionBilly Bradley2021-10-081-0/+8
| |
* | Update clapSven-Hendrik Haase2021-10-181-12/+6
|/
* Implement --show-wget-footer argumentjikstra2021-09-101-0/+4
|
* Simplify custom headersAli MJ Al-Nasrawy2021-08-311-4/+2
| | | | Signed-off-by: Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com>
* Implement show symlink destinationDean Li2021-08-301-0/+4
| | | | | | | | | | | | | Add option `show_symlink_info` to represent show symlink info or not. (Default to no) Show symlink destination after symlink symbol in directory listing Resemble `ls -l` and also the short argument select for this feature is also `-l`. Basic testing is included. Related to #499
* Switch from structopt to clap v3Sven-Hendrik Haase2021-08-301-33/+42
|
* Switch TLS conditional compilation to featureSven-Hendrik Haase2021-08-281-12/+2
|
* Conditionally enable TLS only on supported platformsSven-Hendrik Haase2021-08-271-0/+12
|
* Fix accidental formattingSven-Hendrik Haase2021-08-271-74/+74
|
* Add TLS support via rustls (fixes #18)Sven-Hendrik Haase2021-08-271-74/+82
|
* Change naming of uncompressed/compressed tarballsDean Li2021-04-181-4/+4
| | | | | | Use following terminology: uncompressed tarballs => `uncompressed tar archives` compressed ones => `gz-compressed tar archives`
* Separate tar archive and tar flagsDean Li2021-04-111-1/+5
| | | | | | | It used to have one flag (-r) to enable both tar archive and tar. Now it has two flags [ -r: for tar, -g: for tar archive]. Related to #451
* Print supported shells for completions in help commandSven-Hendrik Haase2021-03-281-1/+1
|
* Refactor and separate out arg handling and config handlingSven-Hendrik Haase2021-03-281-86/+21
|
* Generate completions with `miniserve --print-completions <shell>`Andy Freeland2021-03-281-4/+6
| | | | | | | | This patch adds a `--print-completions` option to generate shell completion files at runtime. This ensures the completions are always up to date. Fixes #377.
* Add option to show hidden filesSven-Hendrik Haase2021-03-071-0/+5
|
* Start without countdown in case an explicit index is chosenSven-Hendrik Haase2021-03-071-1/+1
|
* Add program version footerTamas Levai2021-02-281-0/+5
|
* Re-do the way setting multiple headers worksSven-Hendrik Haase2021-02-281-7/+5
|
* Multiple headers support for custom headersDean Li2021-02-271-28/+19
|
* Move the parsing header logic to args.rsDean Li2021-02-241-2/+35
|
* Allow set custom headers from CLIDean Li2021-02-241-0/+5
|
* Fix lintsSven-Hendrik Haase2021-02-191-2/+2
|
* Fix indentationTamas Levai2021-01-041-1/+1
| | | | Convert tabs to spaces.
* Add option to list directories firstTamas Levai2021-01-041-0/+5
|
* restore default theme cli option and add default theme dark optionLukas Stabe2020-10-011-0/+26
|
* remove default color scheme cli argumentLukas Stabe2020-09-261-14/+0
|
* move css out of html into its own routeLukas Stabe2020-09-261-2/+4
|
* add title option (#335) and breadcrumb links in headingLukas Stabe2020-09-241-0/+5
|
* Add embedded favicon (fixes #364)Sven-Hendrik Haase2020-09-241-0/+5
|
* cargo fmtSven-Hendrik Haase2020-07-201-1/+1
|
* Add generate QR code (#330)wyhaya2020-07-051-0/+5
| | | | * Add generate QR code * Add --qrcode option
* Bind to random port when port 0 specifiedIsaac Parker2020-06-281-1/+7
|
* Update nanoid to 0.3Sven-Hendrik Haase2020-06-261-1/+1
|
* Fix arg formattingSven-Hendrik Haase2020-05-141-1/+2
|
* rename variables correctlymarawan ragab2020-05-101-6/+6
|
* make sure archiving is opt-inmarawan ragab2020-05-101-4/+11
|
* Format everythingSven-Hendrik Haase2020-03-111-2/+2
|
* Merge pull request #235 from DamianX/archivesSven-Hendrik Haase2020-03-111-0/+5
|\ | | | | Added option to disable archives
| * Added option to disable archivesDamian2020-03-021-0/+5
| |
* | Fix deprecated stuffSven-Hendrik Haase2020-03-091-3/+3
|/
* Merge pull request #189 from efx/fix-156Sven-Hendrik Haase2020-03-011-0/+8
|\ | | | | add a default index serving option (#156)
| * add Lucretiel's documentation suggestionEli Flanagan2020-02-031-1/+4
| |
| * Merge branch 'master' into fix-156Eli Flanagan2019-09-251-0/+1
| |\
| * | fix typoEli Flanagan2019-09-141-1/+1
| | |
| * | change to path option for configurabilityEli Flanagan2019-09-121-4/+4
| | |
| * | wire up arguments, index.html serving still brokenEli Flanagan2019-09-081-0/+1
| | |
| * | add a default index serving optionEli Flanagan2019-09-061-0/+4
| | |
* | | Fixed clippy warningsDamian2019-12-201-2/+2
| |/ |/|