txtv

Swiss text tv in the terminal, forked from https://github.com/voidcase/txtv
git clone https://git.in0rdr.ch/txtv.git
Log | Files | Refs | Pull requests |Archive | README | LICENSE

DateCommit messageAuthorFiles+-
2024-05-20 11:33fix(pipfile): regex dependencyAndreas Gruhler1+1-0
2023-10-18 00:01feat: improve parsingAndreas Gruhler2+101-17
2023-10-15 23:27feat: parse srf entriesAndreas Gruhler2+54-96
2023-10-15 16:57feat: read from srf apiAndreas Gruhler1+7-4
2023-09-05 20:07Merge pull request #12 from voidcase/dependabot/pip/certifi-2023.7.22voidcase1+17-16
2023-09-05 20:06Merge pull request #13 from voidcase/pr-findall-fix2voidcase1+1-1
2023-09-05 18:09Update soup.find_all tag (again)Fredrik Helmer1+1-1
2023-07-25 21:01Bump certifi from 2022.12.7 to 2023.7.22dependabot[bot]1+17-16
2022-12-29 07:48Merge pull request #8 from voidcase/dependabot/pip/certifi-2022.12.7voidcase1+23-26
2022-12-29 07:47Merge pull request #10 from voidcase/pr-findall-fixvoidcase1+1-2
2022-12-25 10:28Update soup.find_all tagFredrik Helmer1+1-2
2022-12-09 05:18Bump certifi from 2021.5.30 to 2022.12.7dependabot[bot]1+23-26
2021-06-13 20:29removed no-longer-working stuff from readmeIsak Lindhé1+0-19
2021-06-13 20:09removed screenshot because it doesnt look that nice anymoreIsak Lindhé1+0-2
2021-06-13 20:03bumped version to 2.0.0Isak Lindhé1+1-1
2021-06-13 20:02updated pipfileIsak Lindhé2+48-45
2021-06-13 19:58updated for svt site changeIsak Lindhé3+29-46
2021-04-20 20:01Merge pull request #5 from voidcase/dependabot/pip/py-1.10.0voidcase1+34-55
2021-04-20 18:11Bump py from 1.8.0 to 1.10.0dependabot[bot]1+34-55
2021-01-13 11:04Merge pull request #4 from snan/trailingvoidcase1+1-1
2021-01-13 09:53Strip trailing whitespaceSandra Snan1+1-1
2020-04-18 14:51no python2 plzIsak Lindhé3+2-1
2019-09-02 10:01avoiding weird version problemsIsak Lindhé2+50-27
2019-09-02 09:39dont wanna look up the new release commands every timeIsak Lindhé1+2-0
2019-09-02 09:38bumped versionIsak Lindhé1+1-1
2019-09-02 09:38newline before promptIsak Lindhé1+1-0
2019-09-02 08:31newline after c-v or c-c exitIsak Lindhé1+1-0
2019-06-16 17:51version bump to 1.2.0Isak Lindhé1+1-1
2019-06-16 17:47fancy help formattingIsak Lindhé1+14-8
2019-05-24 15:47changed from requirements.txt to using pipenvIsak Lindhé3+160-7
2019-04-13 08:49updated readme, added config instructionsIsak Lindhé1+42-18
2019-04-13 08:16made space after prompt automatic, not specified in configIsak Lindhé2+2-2
2019-04-12 08:14global config and options for hiding meta barsIsak Lindhé2+39-16
2019-04-10 22:33removed unused varsIsak Lindhé1+3-3
2019-04-10 21:57one test per commandIsak Lindhé2+38-20
2019-04-10 20:17type hints everywhere possibleIsak Lindhé3+12-12
2019-04-10 09:05realigned listing with textIsak Lindhé1+1-1
2019-04-10 08:59changed config behaviour and separated commands from printingIsak Lindhé3+42-35
2019-04-01 18:40swexplanation in readmeIsak Lindhé1+22-0
2019-04-01 18:15changed listing widthIsak Lindhé1+1-1
2019-03-31 20:53renamed screenshotIsak Lindhé2+1-1
2019-03-31 10:00syntax fix in setup.pyIsak Lindhé1+2-2
2019-03-29 08:57version bump to 1.0.1Isak Lindhé1+1-1
2019-03-28 15:45more helpful error message on bad page numberIsak Lindhé1+1-1
2019-03-28 15:42added more classifiersIsak Lindhé1+5-1
2019-03-20 15:56updated installation in readmeIsak Lindhé1+1-6
2019-03-20 15:51minor string fixIsak Lindhé1+1-1
2019-03-20 15:01fixed import in setupIsak Lindhé1+2-2
2019-03-20 14:59added download_url to setupIsak Lindhé1+4-1
2019-03-20 14:49interactive-only notice in help textIsak Lindhé1+1-1
2019-03-20 12:47new screenshotIsak Lindhé3+1-1
2019-03-20 12:38better config name bc. highlighting in editorsIsak Lindhé1+2-1
2019-03-20 12:38updated readmeIsak Lindhé1+16-4
2019-03-20 10:49fixed importsIsak Lindhé3+8-8
2019-03-20 10:46more publish prepIsak Lindhé3+3-1
2019-03-19 18:43syntax fixIsak Lindhé1+2-2
2019-03-19 14:52oops, forgot some renamesIsak Lindhé3+8-4
2019-03-19 14:39changed name to txtvIsak Lindhé9+52-42
2019-03-19 13:40pulled main cli functionality into its own function.Isak Lindhé1+5-1
2019-03-03 09:33minor formatting changeIsak Lindhé1+1-1
2019-03-03 09:32setup fileIsak Lindhé1+27-0
2019-02-17 22:20gracefully exit when cant connect.Isak Lindhé1+17-12
2019-02-17 22:02remove unused default config keysIsak Lindhé1+0-4
2019-02-17 21:50Added short config section to READMEIsak Lindhé1+8-3
2019-02-17 21:40nicer readme formatting for command listIsak Lindhé1+6-8
2019-02-15 07:40tests for help and listIsak Lindhé1+35-0
2019-02-15 06:31confable promptIsak Lindhé2+6-2
2019-02-15 05:25aliases in interactiveIsak Lindhé1+4-2
2019-02-14 20:50readline in interactive :DIsak Lindhé1+1-1
2019-02-14 20:50removed deprecated __DEFAULT__Isak Lindhé1+0-1
2019-02-10 23:05ignore empty lines in interactiveIsak Lindhé1+2-0
2019-02-10 21:14updated readme for commandsIsak Lindhé1+14-4
2019-02-10 21:13removed old shitIsak Lindhé3+62-130
2019-02-09 23:31unified subcommand systemIsak Lindhé1+144-79
2019-01-31 16:52number commands and help text for interactive modeIsak Lindhé1+17-3
2019-01-31 16:38interactive modeIsak Lindhé1+29-1
2019-01-26 09:22fixed parsing bug on missing class attrIsak Lindhé1+1-1
2019-01-26 09:22Page class refactorIsak Lindhé1+35-3
2019-01-20 15:24basically nothingIsak Lindhé1+2-1
2019-01-20 15:24experimenting with content listingIsak Lindhé1+129-0
2019-01-17 18:39fixed listing bug and refactored config stuffIsak Lindhé2+42-59
2019-01-17 18:37oh, config wasnt trackedIsak Lindhé1+35-0
2019-01-12 16:08src dirIsak Lindhé3+0-0
2019-01-10 19:56config file with aliasesIsak Lindhé1+49-12
2019-01-06 10:46reverted highlighted page numbersIsak Lindhé1+10-10
2019-01-06 10:14highlighted page numbersIsak Lindhé1+10-2
2019-01-02 17:14network error messageIsak Lindhé1+6-2
2019-01-02 10:58article header listingIsak Lindhé3+112-14
2018-12-21 22:08added docstringsIsak Lindhé1+10-2
2018-12-21 21:40improved readme formattingIsak Lindhé1+5-4
2018-12-21 21:40fixed shebangIsak Lindhé1+1-1
2018-12-21 18:41added link to sourceIsak Lindhé1+6-3
2018-12-21 17:45added screenshot to readmeIsak Lindhé1+2-0
2018-12-21 17:39added screenshot fileIsak Lindhé1+0-0
2018-12-21 17:35added shebangIsak Lindhé1+2-0
2018-12-21 17:35added readmeIsak Lindhé1+16-0
2018-12-21 16:51subpage supportIsak Lindhé1+7-6
2018-12-21 16:30using native linebreaking nodesIsak Lindhé1+10-14
2018-12-21 00:32show blue rows, including publication dateIsak Lindhé1+4-2
2018-12-21 00:16removed unneeded functionsIsak Lindhé1+0-23
2018-12-21 00:16unclear solution to linebreak problem, but seems to be workingIsak Lindhé1+29-1
2018-12-20 22:13better input validationIsak Lindhé1+5-5
2018-12-20 21:50index fixIsak Lindhé1+1-1
2018-12-20 21:49more refactoringIsak Lindhé1+19-7
2018-12-20 21:37error checking refactorIsak Lindhé1+22-5
2018-12-20 20:49style refactor and bold headersIsak Lindhé1+6-4
2018-12-20 20:43yellow color segmentsIsak Lindhé1+12-3
2018-12-20 20:43req fileIsak Lindhé1+7-0
2018-12-20 20:16Merge branch 'master' of github.com:voidcase/svtxtvIsak Lindhé2+778-0
2018-12-20 20:13Initial commitvoidcase2+778-0
2018-12-20 20:03basic page functionalityIsak Lindhé1+13-0