├── LICENSE ├── Makefile ├── PKGBUILD ├── README.md ├── config.h ├── config.mk ├── src ├── _torrents.c ├── _torrents.h ├── main.c ├── ui.c └── ui.h └── tide-remote_access-8.0.diff /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salman-abedin/tide/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salman-abedin/tide/HEAD/Makefile -------------------------------------------------------------------------------- /PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salman-abedin/tide/HEAD/PKGBUILD -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salman-abedin/tide/HEAD/README.md -------------------------------------------------------------------------------- /config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salman-abedin/tide/HEAD/config.h -------------------------------------------------------------------------------- /config.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salman-abedin/tide/HEAD/config.mk -------------------------------------------------------------------------------- /src/_torrents.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salman-abedin/tide/HEAD/src/_torrents.c -------------------------------------------------------------------------------- /src/_torrents.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salman-abedin/tide/HEAD/src/_torrents.h -------------------------------------------------------------------------------- /src/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salman-abedin/tide/HEAD/src/main.c -------------------------------------------------------------------------------- /src/ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salman-abedin/tide/HEAD/src/ui.c -------------------------------------------------------------------------------- /src/ui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salman-abedin/tide/HEAD/src/ui.h -------------------------------------------------------------------------------- /tide-remote_access-8.0.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salman-abedin/tide/HEAD/tide-remote_access-8.0.diff --------------------------------------------------------------------------------