An open source, programmed in rust, privacy focused tool for reading programming resources (like stackoverflow) fast,
efficient and asynchronous from the terminal.
Report Bug
|
Request Feature
An open source, programmed in rust, privacy focused tool for reading programming resources (like stackoverflow) fast, efficient and asynchronous from the terminal. By the time the results appear most of the pages are fully loaded, meaning when going through them you don't have to await for the page to load like in a browser, it just loads instantly, and the pages are parsed in way to make it easier to view them from the terminal. All the searches are done through DuckDuckGO (only through https), and the requests to the respective pages are done only for getting the html of it and nothing else, making this tool a privacy focused one. For a demo just watch the video under here, and for informations about the keybinds go to key binds
https://user-images.githubusercontent.com/59087558/164259195-416191d5-07c6-4b7d-8af6-aecb3ef53537.mp4
There are prebuilt binaries in the releases tab so you can download those or compile it yourself. So either way get a binary. For now there is no like installer to get it in your global path, but go to add to path and follow the steps to manually add it.
Then from the terminal (regardless of the os) you can use it by running these commands.
For getting help about the program
falion -h
For getting a list of the keybinds, also available on this readme at key binds
falion -k
For doing a search
falion rust how to print
Or if you want to do a search and see all the warnings (like parsing problems of text etc) run it in verbose mode
falion -v rust how to print
This program only uses crossplatform libraries, but I have problems compiling it for windows from linux, when I have time I will spin up a VM to see if it compiles in windows. The following steps require that you have rust installed, check their official installation page.
git clone https://github.com/Obscurely/falion.git
Otherwise in the right up side of the repo page you will see a download button, download the repo as zip and extract it in a folder
On Linux and windows:
cd the/path
and you will get there.
From there run this compile command in the terminal:
cargo build --release
It will take a bit depending on your system because of executable size optimizations, but be patient.
Done, navigate to target/release and grabe only "falion" file from there.
Note: where '..' is used it means from that to that like '1..5' would mean from 1 to 5.
[1..5] = Access that resource.
SHIFT + [1..5] = Go to the next element in the list of that resource.
ALT + [1..5] = Go to the previous element in the list of that resource.
CTRL + n = Move to the next element in the list of every resource.
CTRL + b = Move back to the previous element in the list of every resource.
CTRL + c = Clear terminal and exit.
CTRL + n = Move to the next element in the content list (like questions & answers).
CTRL + b = Move back to the previous element in the content list.
CTRL + q = Go back to the main menu.
CTRL + c = Clear terminal and exit.
Adding more generic resources, but also maybe add lanaguage related one that get enabled based on the first word in the query. And also just improve it in general.
Edit a file you want, do a pull request, I will look at it and if the change makes sense and is a good one I will accept it and that's it.
Is under GPL-3.0 so stick to the license conditions and have fun :)
Either post an issue in the Issues Tab or contact me at this email adddress if you have more to say: obscurely.social@protonmail.com