Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 1 / 2
40 results tagged git  ✕   ✕
zachatrocity/.cal (dotcal) https://github.com/zachatrocity/.cal
Sun 16 Feb 2025 04:29:58 PM PST archive.org

A Self-hosted .ics feed aggregator that publishes an anonymized public schedule to a GitHub repository. A light weight, ultra simplified, copyleft alternative to cal.com. Looks like it outputs Markdown, which would be ideal for a repo at Github. Anonymizes event details (can you turn this off?) Publishes formatted schedule to public repo (can we change this to private?) Automatic syncing via cron.

golang calendars aggregator exocortex git markdown
zegl/extremely-linear https://github.com/zegl/extremely-linear
Sun 08 Dec 2024 12:27:46 PM PST archive.org

A couple of scripts that wrap git and generate short commit IDs that are linear, i.e., they start at 0000000, then 0000001, 0000002, and so forth.

It's kind of a useless hack but silly.

git scripts funny commits
redimp/otterwiki https://github.com/redimp/otterwiki
Fri 11 Oct 2024 09:55:42 AM PDT archive.org

Otter Wiki is Python-based software for collaborative content management. Content is stored in a Git repository on the back-end. Markdown is used by the front-end. Minimalistic interface. Editor with markdown support, including tables. Full changelog and page history. User authentication. Uploadable page attachments. Does not require net.access so it can be run in an airgapped environment. Settings are kept in a local SQLite database.

Pushes Docker pretty hard but the installation docs also cover conventional setup.

exocortex python wiki git markdown lightweight
Radicle https://radicle.xyz/
Wed 27 Mar 2024 01:47:40 PM PDT archive.org

Radicle is an open source, peer-to-peer code collaboration stack built on Git. Unlike centralized code hosting platforms, there is no single entity controlling the network. Repositories are replicated across peers in a decentralized manner, and users are in full control of their data and workflow.

The Radicle protocol leverages cryptographic identities for code and social artifacts, utilizes Git for efficient data transfer between peers, and employs a custom gossip protocol for exchanging repository metadata. All social artifacts are stored in Git, and signed using public-key cryptography. Radicle verifies the authenticity and authorship of all data for you. Radicle is local-first, providing always-available functionality even without internet access. Users own their data, making migration, backup, and access easy both online and offline. The Radicle Stack comes with a CLI, web interface and TUI, that are backed by the Radicle Node and HTTP Daemon. It’s modular, so any part can be swapped out and other clients can be developed.

Repo: https://app.radicle.xyz/nodes/seed.radicle.xyz/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5

In the AUR.

rust git forge applications distributed replication
BurntSushi/ripgrep https://github.com/BurntSushi/ripgrep
Sun 29 Oct 2023 12:18:45 PM PDT archive.org

ripgrep is a line-oriented search tool that recursively searches the current directory for a regex pattern. By default, ripgrep will respect gitignore rules and automatically skip hidden files/directories and binary files. (To disable all automatic filtering by default, use rg -uuu.) ripgrep has first class support on Windows, macOS and Linux, with binary downloads available for every release. ripgrep is similar to other popular search tools like The Silver Searcher, ack and grep.

rust cli grep code data git search efficiency crossplatform
leodev12345/GitPi https://github.com/leodev12345/GitPi
Sat 01 Jul 2023 04:17:05 PM PDT archive.org

A simple Git server web UI app written in python using Flask, it was intended to be used on a raspberry pi but it should work on pretty much any linux machine. Allows you to have some basic control over your repositories inside your browser so you don't have to SSH into the server every time. It's basically a tiny, personal software forge.

python webapps git
Yet Another Dotfiles Manager https://yadm.io/
Wed 28 Jun 2023 02:21:48 PM PDT archive.org

yadm is a tool for managing dotfiles. Based on Git, with full range of Git's features. Supports system-specific alternative files or templated files. Encryption of private data using GnuPG, OpenSSL, transcrypt, or git-crypt. Customizable initialization (bootstrapping). Customizable hooks for before and after any operation.

Github: https://github.com/TheLocehiliosan/yadm

sysadmin cli configs git profiles python
bloomberg/git-adventure-game https://github.com/bloomberg/git-adventure-game
Fri 13 Jan 2023 05:06:33 PM PST archive.org

This workshop is for anyone who has ever felt nervous using Git. We’ll help you face your fears with this ‘choose your own adventure’ style game, where you will use Git commands to make choices and solve puzzles. Enter the Haunted Forest, explore the mysteries that lie within and see if you can survive the night!

To play this game you will need access to the Git CLI. In general in this game git branches refer to locations, and commits refer to things that have happened in the past so the commit history of a branch will tell the story of what happened in a certain place. Files represent something in the environment that can be interacted with in some way e.g. a tree or a building.

To begin run the 'start_game' script.

games git learning
Git From the Bottom Up https://jwiegley.github.io/git-from-the-bottom-up/
Tue 25 Oct 2022 05:47:06 PM PDT archive.org

Welcome to the world of Git. I hope this document will help to advance your understanding of this powerful content tracking system, and reveal a bit of the simplicity underlying it — however dizzying its array of options may seem from the outside.

git overview textbooks
charmbracelet/soft-serve https://github.com/charmbracelet/soft-serve
Thu 18 Aug 2022 12:16:57 PM PDT archive.org

A Git server without all of the features of Github, Gitlab, or whatever. It's just a server designed for use over SSH. Configured with its own Git repository. Repos created on demand with just a git push. SSH in and browse the text-mode control panel. View files. Access control built in.
SSH key auth.

In the AUR. Packaged for lots of different distros, too.

git golang server lightweight textmode
dolthub/dolt – It's Git for Data https://github.com/dolthub/dolt
Mon 22 Nov 2021 11:28:12 PM PST archive.org

Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository. Connect to Dolt just like any MySQL database to run queries or update the data using SQL commands. Use the command line interface to import CSV files, commit your changes, push them to a remote, or merge your teammate's changes.

All the commands you know for Git work exactly the same for Dolt. Git versions files, Dolt versions tables. It's like Git and MySQL had a baby.

Dolt ships with a MySQL compatible database server built in.

sql database exocortex golang versioncontrol git mysql
Stagit: a static git page generator https://codemadness.org/stagit.html
Fri 30 Jul 2021 03:32:27 PM PDT archive.org

A static page generator for git.

Git repo: https://git.codemadness.org/stagit/

git static pages generator cgi c
o2sh/onefetch https://github.com/o2sh/onefetch
Fri 04 Jun 2021 05:07:22 PM PDT archive.org

Onefetch is a command-line Git information tool written in Rust that displays project information and code statistics for a local Git repository directly on your terminal. The tool is completely offline - no network access is required.

By default, the repo's information is displayed alongside the dominant language's logo, but you can further configure onefetch to instead use an image - on supported terminals -, a text input or nothing at all.

It automatically detects open source licenses from texts and provides the user with valuable information like code distribution, pending changes, number of dependencies (by package manager), top contributors (by number of commits), size on disk, creation date, LOC (lines of code), etc.

Onefetch can be configured via command-line flags to display exactly what you want, the way you want it to: you can customize ASCII/Text formatting, disable info lines, ignore files & directories, output in multiple formats (Json, Yaml), etc.

As of now, onefetch supports more than 50 different programming languages; if your language of choice isn't supported: Open up an issue and support will be added.

rust git repositories information cli
Opinionated Guides https://opinionatedguide.github.io/
Fri 04 Dec 2020 11:29:20 PM PST archive.org

I don’t want this to be Vega’s Opinionated Big Ass Book To Give You An All-In-One Education, both because VegaOpBABTGYAAIOEdu is far less catchy, and because I don’t even think it’s possible. The more I write on this the more I value input of others and other resources I find, and the more happy I am that I called this project Opinionated Guides.

A Guide. That’s what I want this to be. I want OpGuides to be a resource that’s like your friend you can come back to for advice on where to go next, and I think that’s something the internet really needs. Search engines are were awesome for finding information, but only when you know what to look for, so I figure OpGuides can be a sort of curated information source, with the crappy results filtered out, the best resources I know of included, and a healthy mix of entertainment in the education so that it’s not a chore to read.

Github: https://github.com/opinionatedguide/OpGuidesHugoSrc

education engineering electronics computers programming git networking math physics
Push to all remotes of a Git repository with one command /shaare/D4sBaw
Fri 04 Dec 2020 03:22:27 PM PST archive.org

Edit your ~/.gitconfig file and add the following:

[alias]
    pushall = !git remote | xargs -L1 -P0 git push --all --follow-tags

To use it in a Git repository, git pushall after committing changes to your local copy.

git configuration howto notes
support defaulting to SSH remotes · Issue #546 · cli/cli · GitHub https://github.com/cli/cli/issues/546
Thu 03 Dec 2020 05:18:28 PM PST archive.org

Prefer using SSH over HTTP(S) for git.

In your ~/.gitconfig file:

[url "git@github.com:"]
    insteadOf = http://github.com/
    insteadOf = https://github.com/
howto git ssh configuration
GitHub - Linbreux/wikmd: A filebased wiki that uses markdown https://github.com/Linbreux/wikmd
Thu 03 Dec 2020 10:47:44 AM PST archive.org

A file based wiki that uses markdown.

exocortex wiki python webapps markdown flatfile git
GitHub - whyrusleeping/git-ipfs-rehost https://github.com/whyrusleeping/git-ipfs-rehost
Sat 24 Oct 2020 06:02:07 PM PDT archive.org

A shell script that lets you copy Git repos up to the IPFS network.

git script ipfs censorship backups
hilary/mastertomain https://github.com/hilary/mastertomain
Fri 03 Jul 2020 07:17:44 PM PDT archive.org

Convert the name of your main development branch from master to main with ease.

github git branches rename shell script
piku/piku https://github.com/piku/piku
Mon 04 Nov 2019 10:00:50 PM PST archive.org

The tiniest PaaS you've ever seen. Piku allows you to do git push deployments to your own servers.

paas python exocortex git services
page 1 / 2
6420 links, including 414 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn