Commit Graph

  • 44e834c3de change ordering of watched anime to order by id ksyasuda 2021-11-04 23:22:34 -07:00
  • e2106e2186 fix playlist from file ksyasuda 2021-11-04 23:04:05 -07:00
  • cc9a0a870f fix getting query from search history or input ksyasuda 2021-11-04 19:45:17 -07:00
  • a5033db481 add basic playlist functionality for 'queuing' ksyasuda 2021-11-04 18:37:16 -07:00
  • 40202b7c65 update default theme file and make config a var ksyasuda 2021-11-02 15:18:23 -07:00
  • 404beb96c0 modify setup to locally set $XDG_CONFIG_HOME env var if it is not set ksyasuda 2021-11-02 10:09:02 -07:00
  • 2c0921842e fix specifying range (again) ksyasuda 2021-11-01 19:48:19 -07:00
  • f363d2fca5 fix ordering of episode numbers ksyasuda 2021-11-01 17:41:00 -07:00
  • 2912950366 fix colorscheme for active items ksyasuda 2021-11-01 17:05:43 -07:00
  • e42629d406 add verbose check to more print statements ksyasuda 2021-11-01 15:26:03 -07:00
  • 63450b38ec fix colorscheme for seearched anime and watched ep ksyasuda 2021-11-01 15:21:58 -07:00
  • e0df1a8dbf change search/watch date from date to datetime ksyasuda 2021-11-01 12:53:10 -07:00
  • c69695fb75 update setup to not delete directory ksyasuda 2021-11-01 11:57:22 -07:00
  • 7b956e1f38 fix path to ani-cli command in aniwrapper script ksyasuda 2021-11-01 03:58:54 -07:00
  • 4250ab4fd3 change location of config files to .config/ani-cli ksyasuda 2021-11-01 03:16:38 -07:00
  • 9e4722da4e add skip-intro.lua script and modify setup ksyasuda 2021-11-01 00:24:43 -07:00
  • a40e673ed3 change rofi menu to have 12 lines by default ksyasuda 2021-11-01 00:23:51 -07:00
  • 1745810ade update setup file and add makefile to make simplify install ksyasuda 2021-10-31 13:24:41 -07:00
  • 7b5c1fe52d change logic to handle anime/episode history ksyasuda 2021-10-31 03:30:53 -07:00
  • 9ff2e5011f add aniwrapper script ksyasuda 2021-10-30 16:30:40 -07:00
  • 817662f489 add option to specify download directory ksyasuda 2021-10-30 16:30:00 -07:00
  • 9da0043ea5 fix queries in other db functions ksyasuda 2021-10-30 12:38:42 -07:00
  • 53a6557d08 remove unused option in config file ksyasuda 2021-10-30 11:30:19 -07:00
  • a11d55b726 fix checkdb function and add needed .rasi conf ksyasuda 2021-10-30 11:27:37 -07:00
  • ec2e46df66 update location of database and rofi config file ksyasuda 2021-10-30 00:53:18 -07:00
  • 9254956775 change most menus to rofi and add history db ksyasuda 2021-10-29 22:49:52 -07:00
  • e5c2a1796e gogoanime working again JimboKearn 2021-10-16 10:34:10 +05:30
  • 876b6dd5dc Updated README.md JimboKearn 2021-10-07 18:02:27 +05:30
  • 1fb81f0ba5 fix: download feature JimboKearn 2021-10-07 18:02:10 +05:30
  • 74adb643a4 added replay button JimboKearn 2021-10-07 15:54:15 +05:30
  • 38c46e4f20 fixed it! JimboKearn 2021-10-07 15:51:38 +05:30
  • 599e18e531 bypassed captcha JimboKearn 2021-07-16 17:43:09 +05:30
  • f5ef3e8cde NOT WORKING Harshith 2021-06-26 01:02:25 +05:30
  • c03055d587 refactor: check for valid episode number Harshith 2021-06-21 21:57:36 +05:30
  • b1d57f92ff Merge pull request #18 from HACKER097/master Harshith 2021-06-21 21:54:43 +05:30
  • 5b4122fe2d refactor: bashism Harshith 2021-06-21 21:53:15 +05:30
  • e0215ee639 Merge pull request #17 from r2dev2/master Harshith 2021-06-21 21:52:45 +05:30
  • e01a38a8dd Update ani-cli NO ONE 2021-06-21 11:30:06 +05:30
  • d2dc079951 Reset shell color when exiting via keyboard interrupt r2dev2 2021-06-18 14:28:34 -07:00
  • 986d5613d5 feat: continue downloads Harshith 2021-06-18 15:51:56 +05:30
  • 79fd433746 refactor: modular code Harshith 2021-06-18 15:48:16 +05:30
  • 00912ce2cf Merge pull request #14 from Dink4n/resume-watching Harshith 2021-06-18 15:12:49 +05:30
  • 01197405b7 Updated README.md JimboKearn 2021-06-18 12:30:24 +05:30
  • 6d65ba099d minor tweaks JimboKearn 2021-06-18 12:23:06 +05:30
  • 8c36d69ca6 replaced awk and cut with sed JimboKearn 2021-06-18 09:47:47 +05:30
  • 22f223a4ec replaced json with tsv JimboKearn 2021-06-15 20:46:30 +05:30
  • 8d359fef31 feat: episode count to continue where we left off JimboKearn 2021-06-14 14:52:02 +05:30
  • 013048b4cd fix: episodes repeating Harshith 2021-06-13 17:24:19 +05:30
  • 9792a65144 feat: read query; player selection; download multiple episodes at once Harshith 2021-06-13 17:04:16 +05:30
  • 7f6d6db1b2 refactor: error goes to stderr Harshith 2021-06-11 19:10:54 +05:30
  • b4d98eb249 check: deps Harshith 2021-06-11 18:48:20 +05:30
  • bf903f746e feat: download feature Harshith 2021-06-10 16:18:06 +05:30
  • 4a77126a7c docs: added comments Harshith 2021-06-10 03:19:28 +05:30
  • 59416e4ef3 feat:colors Harshith 2021-06-09 21:23:30 +05:30
  • 1c63ef633d Update README.md Harshith 2021-06-09 20:31:05 +05:30
  • df8d278910 Merge branch 'master' of github.com:pystardust/ani-cli Harshith 2021-06-09 20:27:18 +05:30
  • 7bd821e050 feat: no more browser :) Harshith 2021-06-09 20:26:57 +05:30
  • 4eeb77f828 docs: fix typo Harshith 2021-06-09 18:01:49 +05:30
  • 104fce46e1 refactor: change of name to ani-cli Harshith 2021-06-09 17:57:39 +05:30
  • ee710f882b Merge pull request #1 from pystardust/add-license-1 Harshith 2021-06-09 17:57:05 +05:30
  • c69e971f5a Create LICENSE Harshith 2021-06-09 17:56:54 +05:30
  • 31c76d056f initial commit Harshith 2021-06-09 17:55:23 +05:30