Skip to content

Read Wikipedia, the wiki anyone can now read in the console.

Notifications You must be signed in to change notification settings

pocketrice/Wiclipedia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wiclipedia

Read Wikipedia, the wiki anyone can now read in the console. Screenshot 2024-05-07 at 5 28 14 PM

Installation

Linux / MacOS

  1. Download the wicli-1.0.0.jar file (or latest release).
  2. Move the wicli-1.0.0.jar file to /usr/local/bin directory:
sudo mv .../wicli-1.0.0.jar /usr/local/bin/
  1. Create a shell script named wicli (no extension) at /usr/local/bin/:
cd /usr/local/bin/ && sudo touch wicli
  1. Write script contents to file:
vim wicli (or your favourite editor!)
...
#!/bin/bash
java -jar /usr/local/bin/wicli-1.0.0.jar
  1. Make the script executable:
sudo chmod +x /usr/local/bin/wicli
  1. Go read Wikipedia!

Windows

Not tested yet ~ sorry!

  1. Download the wicli-1.0.0.jar file (or latest release).
  2. Move the wicli-1.0.0.jar file to C:\Windows\System32 directory.
  3. Create a batch script named wicli.bat with the following content:
    @echo off
    java -jar "C:\Windows\System32\wicli-1.0.0.jar" %*
    
  4. Go read Wikipedia!

About

Read Wikipedia, the wiki anyone can now read in the console.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages