#!/bin/bash
echo "Hello, my name is Rastal."
About
Computer nerd. Mostly doing Linux systems administration. Software tinkerer. Open source advocate and infosec enthusiast.
I’m on Mastodon:
Open source software projects
All the code for my projects can be found on my GitHub.
All these projects are for use in a terminal emulator, because that’s where I spend the majority of my time. I’m not a webdev or professional software developer, but thought it would be useful to create a website just to reference my open source projects in one place. Hopefully, you find something of use to you.
Islamic prayer times
- A Python script to display a daily Islamic prayer timetable.
- Python script to scrape website content and parse the relevant content into a Pandas dataframe to display to the user.
- Script can be modified to display the prayer times from any location.
- Instructions and Dependencies to get the script working, can be found here
- To Download, either clone the repository with git:
git clone https://github.com/RastalDev/prayer_times.git
or Download the .zip
Example of output when script is run in a terminal emulator
An autocorrect spelling script for Vim / Neovim
- An auto-correct spelling script for Vim / Neovim using Vim’s built-in abbreviations feature.
- Type an incorrectly spelled word, hit
SPACE
to type the next word and the script will automatically correct the word. - Instructions to get the script working in Vim or Neovim, can be found here
- To Download, either clone the repository with git:
git clone https://github.com/RastalDev/vim_autocorrect.git
or Download the .zip
Example of script working in Neovim
CURLable Business Card
- A business card, accessible via
curl
to display in a terminal emulator. - To display my card use:
curl -sL bit.ly/rastal99
Example of output
A Dracula theme for tut
tut
is a terminal user interface for the Mastodon social network with vim inspired keys.- The
tut
repository, with full install instructions, can be found here - Instructions to get the Dracula theme working in
tut
, can be found here - To Download, either clone the repository with git
git clone https://github.com/dracula/tut.git
or Download the .zip
Example of Dracula theme in tut
Notifications blurred for privacy, random toot displayed, no endorsement implied.
This website is open source. The code for this website can be found on GitHub.