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)
made COPYING less cringe-inducing 8d1e9ca0093f143c25b919552b544db92c9f865d spicylord 2019-07-10 01:32:22
modified usage output and allowed for #,p 504ca7b3d8db60cb6d1f36a3fd48043ff62f78c0 spicylord 2019-07-06 15:49:16
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 8d1e9ca0093f143c25b919552b544db92c9f865d - made COPYING less cringe-inducing
Author: spicylord
Author date (UTC): 2019-07-10 01:32
Committer name: spicylord
Committer date (UTC): 2019-07-10 01:32
Parent(s): 504ca7b3d8db60cb6d1f36a3fd48043ff62f78c0
Signing key:
Tree: 5e82f40aa288044fab695fb07cf13c7d6fc3562e
File Lines added Lines deleted
COPYING 2 32
File COPYING changed (mode: 100644) (index 4f3466d..c125273)
1 FPDL(License) LOCAL FPDL(License)
1 This software is in the public domain.
2 2
3 NAME
4 Free Public Domain License
5
6 PREAMBLE
7 Ensures Your Freedom.
8 Nothing in this document is binding other than what is in the PERMISSIONS
9 and LEGAL sections. Abiding by what is in the REQUESTS section is
10 optional. This license is completely permissive and simply requests that
11 the author keeps the source open and gives credit.
12
13 PERMISSIONS
14 Both this document and works under this document are in the public
15 domain. Permission is hereby granted to do what you will with both,
16 including, but not limited to, modifying this document and relicensing
17 works already under this document. All that's asked is for the REQUESTS
18 section to be heeded, though that's not required.
19
20 REQUESTS
21 1. Keep all source code in this project open.
22 2. Give proper credit where it's due.
23
24 LEGAL
25 The software is provided "as is", without warranty of any kind, express
26 or implied, including but not limited to the warranties of merchantabil-
27 ity, fitness for a particular purpose and noninfringement. In no event
28 shall the authors be liable for any claim, damages or other liability,
29 whether in an action of contract, tort or otherwise, arising from, out of
30 or in connection with the software or the use or other dealings in the
31 software.
32
33 ALL June 27, 2019 ALL
3 Please keep it open & give proper credit.
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