aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* OpenBSD compatibleHEADmasterffuentes2021-03-041-1/+4
|
* fix: bash users had problems with history file due to echo \npystardust2021-03-031-2/+2
|
* Updated readmepystardust2021-03-031-16/+31
|
* fix: changed name of config filepystardust2021-03-031-1/+1
|
* Merge branch 'Euro20179-option-parsing-refactor'pystardust2021-03-032-71/+119
|\ | | | | | | Added long options
| * changed name of link-count to video-count as we can use -n without -Lpystardust2021-03-031-7/+7
| |
| * Merge branch 'option-parsing-refactor' of https://github.com/Euro20179/ytfzf ↵pystardust2021-03-032-69/+117
|/| | | | | | | into Euro20179-option-parsing-refactor
| * fixed awful texteditor whitespace in helpinfoEuro201792021-03-021-10/+10
| |
| * overwrite history file vs remaking itEuro201792021-03-021-1/+1
| |
| * more code prettificationEuro201792021-03-021-3/+4
| |
| * code prettificationEuro201792021-03-021-35/+35
| |
| * better help, commentingEuro201792021-03-022-18/+20
| |
| * added = to link-count in helpEuro201792021-03-021-1/+1
| |
| * long optarg parse simplificationEuro201792021-03-021-67/+51
| |
| * option-parsing-longoptsEuro201792021-03-021-21/+82
| |
* | Merge branch 'cybarspace-patch-3'pystardust2021-03-031-2/+3
|\ \ | | | | | | | | | | | | Removing hard dep form mpv Error message when the video couldn't be played using the given player
| * | Removed hard coding mpv as dep, and added player error for video failurepystardust2021-03-031-2/+3
| | |
| * | Merge branch 'patch-3' of https://github.com/cybarspace/ytplay into ↵pystardust2021-03-031-1/+1
|/| | | | | | | | | | | cybarspace-patch-3
| * | Revert change to dep_ck functionSheikh Saad2021-03-031-1/+1
| |/ | | | | | | | | Reverting a change I made in [PR#58](https://github.com/pystardust/ytfzf/pull/58) which messed up when `YTFZF_PLAYER` has multiple words. It'd still be nice to have a better `dep_ck` function so that mpv wouldn't be a hard dependency. It isn't, really, and one could probably use VLC or some other player to the same effect.
* | Merge pull request #61 from Euro20179/config-fileHarshith2021-03-031-2/+15
|\ \ | |/ |/| feature: config file
| * rmeoved auto-generation of configEuro201792021-03-021-19/+0
| |
| * search_prompt variableEuro201792021-03-021-1/+7
| |
| * moved ytfzf.sh to ytfzf/ytfzf.shEuro201792021-03-021-1/+3
| |
| * removed extra spaces after last \nEuro201792021-03-021-1/+1
| |
| * config fileEuro201792021-03-021-1/+25
|/
* Merge pull request #58 from cybarspace/patch-1Harshith2021-03-021-20/+22
|\ | | | | Exit earlier if dependency missing
| * Exit earlier if dependency missingSheikh Saad2021-03-021-20/+22
| | | | | | | | | | | | | | If there's a dependency missing, I don't think there's any reason to create functions and do a bunch of operations before reporting it with a crash. The CPU time and the memory footprint are minor, but it's just good practice if the crash happens before all the functions and other things are defined. Also, I think putting a `[OPTIONS]` indicator in the help screen would be nice. Many programs have it (for example, kitty, python, gcc) and it makes things clearer (where to put the flags, where to put args). Explicit is better than implicit, after all. It's also conventional to use hyphens or underscores instead of spaces in indicators like `search-query`. These are just suggestions. Please feel free to edit as you see fit, or close the PR if inappropriate.
* | Merge pull request #57 from cybarspace/patch-2Harshith2021-03-021-1/+1
|\ \ | |/ |/| Fix typo "ueberzup" to "ueberzug"
| * Fix typo "ueberzup" to "ueberzug"Sheikh Saad2021-03-021-1/+1
|/ | | Just a small typo.
* Merge branch 'westofer-master'pystardust2021-03-022-8/+16
|\
| * Merge branch 'master' into masterHarshith2021-03-021-63/+112
| |\ | |/ |/|
* | clean: add more comments and made the code more readablepystardust2021-03-021-64/+114
| |
| * remove uneeded spacewestofer2021-03-021-1/+1
| |
| * Merge branch 'master' into masterWestofer2021-03-022-10/+20
| |\ | |/ |/|
* | updated readmepystardust2021-03-022-2/+2
| |
* | Merge branch 'Euro20179-n-flag'pystardust2021-03-022-4/+11
|\ \
| * | fix: removing previous_urlspystardust2021-03-021-5/+0
| | |
| * | Merge branch 'n-flag' of https://github.com/Euro20179/ytfzf into ↵pystardust2021-03-022-4/+16
|/| | | | | | | | | | | Euro20179-n-flag
| * | fix unnecessary appendingEuro201792021-03-011-1/+1
| | |
| * | Beautify To-do listSheikh Saad2021-03-011-3/+3
| | | | | | | | | Instead of using ~~strikethrough~~ to indicate completed items in the To-do list, consider using checkboxes. It looks more readable and gets the idea through better (present a to-do list as an actual checklist).
| * | made error messages redEuro201792021-03-011-3/+3
| | |
| * | simplification of -n link selectionEuro201792021-03-011-18/+12
| | |
| * | fixed bug when n was more than results foundEuro201792021-03-011-0/+5
| | |
| * | -n doesn't show link onlyEuro201792021-03-011-1/+0
| | |
| * | added -n to help + readmeEuro201792021-03-012-0/+2
| | |
| * | -n flagEuro201792021-03-011-13/+25
| | |
* | | Merge pull request #55 from Euro20179/fzf-default-opsHarshith2021-03-021-3/+5
|\ \ \ | | | | | | | | implements FZF_DEFAULT_OPTS
| * | | env variable for FZF_DEFAULT_OPTSEuro201792021-03-011-0/+5
| | | |
| * | | impliments FZF_DEFAULT_OPTSEuro201792021-03-011-5/+2
| | | |
* | | | Merge pull request #56 from cybarspace/patch-1Harshith2021-03-021-3/+3
|\ \ \ \ | |/ / / |/| | | Beautify To-do list
Un proyecto texto-plano.xyz