1
3
Fork
You've already forked ril
0
links organiser
  • Hare 93.2%
  • Shell 5.5%
  • Makefile 1.3%
2025年11月15日 00:30:25 +01:00
cli cli module index implementation 2025年11月15日 00:30:25 +01:00
cmd fix build 2025年11月15日 00:30:25 +01:00
docs docs: update for new -w and -v flags 2025年11月15日 00:30:25 +01:00
extra feat: not option for -m switch 2025年11月15日 00:30:25 +01:00
filter filter lexer 2025年11月15日 00:30:25 +01:00
rfile refactor: s -> date in ril::parsedate 2025年11月15日 00:30:25 +01:00
ril filter lexer 2025年11月15日 00:30:25 +01:00
rprint update for compiler changes, migration to strbuilder and fix for gen_id 2025年11月15日 00:30:25 +01:00
strbuilder update for compiler changes, migration to strbuilder and fix for gen_id 2025年11月15日 00:30:25 +01:00
utils feat!: date format h-m -> h:m 2025年11月15日 00:30:25 +01:00
.gitignore ignore tags 2025年11月15日 00:30:25 +01:00
LICENSE license: agpl-3.0 2025年11月15日 00:30:23 +01:00
Makefile fix build 2025年11月15日 00:30:25 +01:00
README.md readme update 2025年11月15日 00:30:25 +01:00

ril - cli article manager


What is this

ril (stands for read it later) is a tool to manage article and videos you want to read/watch but don't have time for just now. It also allows you to cache your content to view it later, offline.

Installation

Dependencies

Build dependencies:

Runtime dependencies:

  • wget
  • yt-dlp (optional, caching feature)
  • gmni (optional, caching feature)
  • sed
  • awk

Installation steps

git clone https://codeberg.org/elb/ril.git
cd ril
make build-release # for a debug executable, just run make
make doc # build man pages
sudo make install # or doas, or you can change PREFIX

Usage

See ril -h for a list of commands and options. You can also do man ril and man 7 ril for config options.

Integrations

  • Fish completion (extra/ril.fish) is available and installed automatically when make install
  • Bash completion is also available, but has less features

Status

ril is usable, but there are still bugs/non-intuitive behavior I need to work on, mainly around caching.

This repository, including any and all of its forks and derivatives, may NOT be used in the development or training of any machine learning model of any kind, without the explicit permission of the owner of the original repository.

Copyright (c) 2025 elb