From 9623579cb6e231805ca9ec9c245955a926e01cd8 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 29 May 2023 23:05:43 +0000 Subject: feat: initial release --- src/novel_command.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/novel_command.sh (limited to 'src/novel_command.sh') diff --git a/src/novel_command.sh b/src/novel_command.sh new file mode 100644 index 0000000..ccd66e2 --- /dev/null +++ b/src/novel_command.sh @@ -0,0 +1,5 @@ +# Obtain user's chapter choice +chapter_location="$(chapter_selection "https://www.honeyfeed.fm/novels/${args[id]}")" + +# Display chapter +chapter_reader "${chapter_location}" -- cgit v1.2.3