spicylord / clutils (public) (License: GPLv3) (since 2019-07-04) (hash sha1)
An assortment of new and rewritten preexisting tools written by me.
List of commits:
Subject Hash Author Date (UTC)
spelling error in README 351dbee78173eef7ae94f9142c6a97452db0d208 spicylord 2019-07-04 20:30:33
added examples and instructions for clp, spng, and sc in the README 313a86755e40d909861bc95a11b75bbb109012c9 spicylord 2019-07-04 19:25:33
made regex slightly neater ac8eda8f7290e5f138edac12f789b1215de90719 spicylord 2019-07-04 18:31:55
fixed outputting garbled text into clipboard file a100287acf1993ae13130e036d7104bd2afe4585 spicylord 2019-07-04 18:30:34
fixed install script to compile clp.c instead of clb.c 54a54b5da1a122e69ed62bc0f030f11044a62fb9 spicylord 2019-07-04 13:47:33
added email a04151394c9a4b3afe23e8ebd11939fe7892737d spicylord 2019-07-04 02:58:00
initial commit 484a7ed27b1835a962cec85cc6f55a20d4a95b46 spicylord 2019-07-04 02:50:23
Commit 351dbee78173eef7ae94f9142c6a97452db0d208 - spelling error in README
Author: spicylord
Author date (UTC): 2019-07-04 20:30
Committer name: spicylord
Committer date (UTC): 2019-07-04 20:30
Parent(s): 313a86755e40d909861bc95a11b75bbb109012c9
Signing key:
Tree: 9dfce3a656e0a2c16361b915d4c4d9f4c0a4911b
File Lines added Lines deleted
README 1 1
File README changed (mode: 100644) (index 022773f..9e8fb6b)
1 his is a collection of programs that I wrote for fun.
1 This is a collection of programs that I wrote for fun.
2 2 Some, like spng, are programs that I thought were Some, like spng, are programs that I thought were
3 3 unnecessarily large (referring to "sponge" from unnecessarily large (referring to "sponge" from
4 4 the moreutils project, its like 300 lines, where the moreutils project, its like 300 lines, where
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/spicylord/clutils

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/spicylord/clutils

Clone this repository using git:
git clone git://git.rocketgit.com/user/spicylord/clutils

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main