Shorten sets of strings deterministically, to be git-friendly
Git-Friendly SVG
Git-friendly Kanban work items as INI files under tasks/ — local server and web UI
Simple local-first task tracker. Git-friendly. No DB.
Codebase analysis tool with structured, git-friendly output
Git Friendly Postman Tool
A CLI tool to bundle/extract Mockoon environment files in a git-friendly files tree with 100% backward compatibility
Database-as-code CLI for exporting clean, Git-friendly Oracle DDL.
A Git-friendly memory hub using Markdown-based storage with YAML Front Matter
A fast, git-friendly URL shortener. CLI + programmatic API.
Git-friendly repo memory for coding agents.
📄 JSON file KV storage for FlowRAG - documents, chunks, and cache as Git-friendly files
Like MongoDB, except stores data in git-friendly flat json files
Guld tool for getting the git directory of a path, or converting local paths into git-friendly repo names.
A CLI tool to bundle/extract Mockoon environment files in a git-friendly files tree with 100% backward compatibility
Easy autofixable import sorting
Local-first git-friendly prompt versioning with semver
A lightweight, Git-friendly API proxy that records and replays responses
Guld tool for getting the git directory of a path, or converting local paths into git-friendly repo names.
Markdown task manager — each task is a git-friendly .md file, designed for Claude Code
A friendly onboarding agent for GitHub Copilot CLI, Claude Code CLI, and Codex CLI. Helps newcomers understand any code repository. Stores portable, git-friendly knowledge in .buddy/.
Semantic Release plugin making @semantic-release/git friendly to workspaces
A better customizable and git support commitizen adapter
Automate git hook deployment
Agent-first issue tracker (SQLite + JSONL)
a tool that converts sqlite to/from git-friendly format
Type-safe, unit-aware, Git-friendly reactive programming language for engineering calculations
Type-safe, unit-aware, Git-friendly reactive programming language for engineering calculations
Type-safe, unit-aware, Git-friendly reactive programming language for engineering calculations
Type-safe, unit-aware, Git-friendly reactive programming language for engineering calculations
A minimalist, command-line jotting utility that's fast, private, and git-friendly.
A local TODO CLI for project management with SQLite and Git-friendly JSON storage
A knowledge graph CLI tool for managing structured information
Persistent, git-friendly memory storage for AI agents with hybrid semantic + full-text search
A file-based task tracker for managing projects, milestones, and issues
Simple task tracking for LLM sessions
GitFriendly currently contains two commands that make working with remote branches easier in git.
Use fixtures to create a db independent and git friendly db dump. It's git friendly because each record is in its own file (git doesn't do very well with large files that are committed all at once).
Git-friendly encrypted secrets for Rails.
Friendly, git-based deployment
Ruby program with command-line interface that creates a changelog from log lines in a git repository that can be read and understood by end users.
Prefixes Git commit messages with a random GitHub-friendly emoji.
git_oops provides an interactive interface to help users recover deleted Git commits safely. It features a user-friendly selection interface, commit preview, and safety measures to prevent data loss.
a git-style cli, offering a friendly, intuitive interface to all of the Stripe API right from the console. With an emphasis on convenience and productivity and a commitment to pretty, colorful, but most of all READABLE output.
This Ruby gem streamlines the deployment and management of services within a Git repository by leveraging systemd. Designed to simplify the process of installing and updating services, the gem enables automated deployment operations. It integrates systemd functionalities to manage services as daemons, allowing for monitoring, starting, stopping, and restarting services directly through Git commands. Configuration is set up quickly and easily in a YAML file, ensuring a user-friendly experience. The configuration and use of this gem ensure greater operational efficiency, reducing the time and effort required for manual service management.
Svnbranch is a program that can assist with managing Subversion branches. Svnbranch allows users to easily create new software branches, and merge in changes from a different repository branch. Using branches in software development is a key concept in managing large projects. Indeed, the GIT source code management package provides an incredibly easy way to manage branches, and branch use is greatly encouraged by several large FOSS projects, for instance the Linux kernel. Svnbranch attempts to offer the same level of user-friendliness to Subversion users. Subversion does branching very well, but its syntax escapes many, or is downright long and tedious. Instead of typing in long, error-prone svn commands, Svnbranch abstracts one layer above the Subversion command line utility providing simple command syntax for common use cases. The result is that with more powerful tools, developers may take advantage of the benefits of branched development practices.
<div align='center'> # Insights4YOU Jekyll Theme A sleek and modern Jekyll theme inspired by the [Tabler Admin Dashboard](https://github.com/tabler/tabler). This theme offers a clean, professional, and responsive interface, making it ideal for developers, content creators, and businesses. Whether you're building documentation sites, admin panels, or project showcases, this theme provides a minimal-effort solution with customizable layouts and modern design elements.  [][repo] [][build] [][codacy] [][gem] [][gem] [][license] </div> ## 🌟 Features - 🌙 **Dark and Light Themes**: Switch between dark and light modes for a personalized experience - 📱 **Responsive Design**: Fully optimized for mobile, tablet, and desktop devices - 🔧 **Customizable Layouts**: Easily modify layouts to suit your needs - 🚀 **SEO Optimized**: Built-in support for Jekyll SEO tags to improve search engine visibility - 📦 **Gem-Based Installation**: Simple installation via RubyGems - 📝 **Markdown Support**: Write content using Markdown for simplicity and flexibility - 🎨 **Modern Design**: Inspired by the Tabler Admin Dashboard for a sleek and professional look - 📊 **Analytics Ready**: Add analytics scripts easily for tracking user interactions - 🔍 **Search Functionality**: Built-in search capabilities for content discovery - 🎯 **Clean Code**: Well-documented and maintainable codebase - 🛠️ **Developer Friendly**: Easy to extend and customize - 📱 **Mobile First**: Designed with mobile devices in mind ## 📋 Requirements - Ruby >= 2.7.0 - Jekyll ~> 4.2 - Bundler ~> 2.3 ## 🚀 Quick Start 1. **Install the theme:** ```ruby gem install insights4you-jekyll-theme ``` 2. **Create a new Jekyll site:** ```ruby jekyll new my-website ``` 3. **Add the theme to your Jekyll site's `Gemfile`:** ```ruby gem "insights4you-jekyll-theme" ``` 4. **Update your `_config.yml`:** ```yaml theme: insights4you-jekyll-theme ``` 5. **Install dependencies:** ```bash bundle install ``` 6. **Start your site:** ```bash bundle exec jekyll serve ``` ## 🎯 Demo Site To see the theme in action, check out the included example site: ```bash # Clone the repository git clone https://github.com/marciopaiva/insights4you-jekyll-theme.git # Navigate to theme directory cd insights4you-jekyll-theme # build and test make dev ``` Visit `http://localhost:4000` to see the demo site in action. ## 🎨 Customization ### Theme Configuration [WIP] ### Available Layouts - `default`: Standard page layout ### Custom Styling Create a new file `assets/css/custom.scss` to add your own styles: [WIP] ## 📝 Documentation ### Directory Structure [WIP] ### Creating Posts [WIP] ### Creating Pages [WIP] ## 🤝 Contributing We love your input! We want to make contributing to Insights4YOU as easy and transparent as possible. Please: 1. Fork the repository 2. Create your feature branch (`git checkout -b feature/amazing-feature`) 3. Commit your changes (`git commit -m 'Add amazing feature'`) 4. Push to the branch (`git push origin feature/amazing-feature`) 5. Open a Pull Request ## 📄 License This project is licensed under the MIT License - see the LICENSE file for details. ## 🙏 Acknowledgments - Tabler Admin Dashboard for design inspiration - Jekyll community for the amazing static site generator - All contributors who help improve this theme [repo]: https://github.com/marciopaiva/insights4you-jekyll-theme [build]: https://github.com/marciopaiva/insights4you-jekyll-theme/actions/workflows/gem-build.yml [codacy]: https://app.codacy.com/gh/marciopaiva/insights4you-jekyll-theme/dashboard [gem]: https://rubygems.org/gems/insights4you-jekyll-theme [license]: https://github.com/marciopaiva/insights4you-jekyll-theme/blob/master/LICENSE
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.