Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noraj/quartz-utils
Everyday CLI utilities that are easily pipable
https://github.com/noraj/quartz-utils
bug-bounty linux pipe unix utilities utility utils
Last synced: about 5 hours ago
JSON representation
Everyday CLI utilities that are easily pipable
- Host: GitHub
- URL: https://github.com/noraj/quartz-utils
- Owner: noraj
- License: mit
- Created: 2024-04-21T22:38:41.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-08-06T17:57:03.000Z (3 months ago)
- Last Synced: 2024-08-07T01:38:29.662Z (3 months ago)
- Topics: bug-bounty, linux, pipe, unix, utilities, utility, utils
- Language: Crystal
- Homepage: https://noraj.github.io/quartz-utils/
- Size: 120 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# quartz-utils
![GitHub Workflow Status (with branch)](https://img.shields.io/github/actions/workflow/status/noraj/quartz-utils/test.yml?branch=master&style=flat-square)
![GitHub License](https://img.shields.io/github/license/noraj/quartz-utils?style=flat-square)
![GitHub top language](https://img.shields.io/github/languages/top/noraj/quartz-utils?style=flat-square)
![GitHub commit activity](https://img.shields.io/github/commit-activity/y/noraj/quartz-utils?style=flat-square)![quartz-utils logo](docs/logo_quartz-utils.png)
**quartz-utils** Everyday CLI utilities that are easily pipable
## Build
![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/noraj/quartz-utils?sort=semver&style=flat-square)
![GitHub tag (latest SemVer pre-release)](https://img.shields.io/github/v/tag/noraj/quartz-utils?include_prereleases&sort=semver&style=flat-square)For `x86_64-linux-gnu`, a pre-compiled static binary is available and for pre-compiled object, see [releases](https://github.com/noraj/quartz-utils/releases). Else you can [build](docs/build.md) one.
## Install
[![Packaging status](https://repology.org/badge/vertical-allrepos/quartz-utils.svg)](https://repology.org/project/quartz-utils/versions)
See [install](docs/install.md) instructions.
## Utils & Usage
- `url2host`: Extract host from URL
- `stripansi`: Remove ANSI escape sequences
- `crlf2lf`: Convert CRLF to LF
- `lf2crlf`: Convert LF to CRLFSee examples at [Utils](docs/utils.md)
## Documentation
Documentation homepage: https://noraj.github.io/quartz-utils/
[![User documentation - Utils](https://img.shields.io/badge/doc-utils-black?logo=readthedocs&logoColor=black&style=flat-square)](https://noraj.github.io/quartz-utils/utils)
[![User documentation - Build](https://img.shields.io/badge/doc-build-black?logo=readthedocs&logoColor=black&style=flat-square)](https://noraj.github.io/quartz-utils/build)
[![User documentation - Install](https://img.shields.io/badge/doc-install-black?logo=readthedocs&logoColor=black&style=flat-square)](https://noraj.github.io/quartz-utils/install)
[![User documentation - Changelog](https://img.shields.io/badge/doc-changelog-black?logo=readthedocs&logoColor=black&style=flat-square)](https://noraj.github.io/quartz-utils/CHANGELOG)
[![Developer documentation - Contributing](https://img.shields.io/badge/doc-contributing-black?logo=readthedocs&logoColor=black&style=flat-square)](https://noraj.github.io/quartz-utils/creating)
[![Developer documentation - Development](https://img.shields.io/badge/doc-development-black?logo=readthedocs&logoColor=black&style=flat-square)](https://noraj.github.io/quartz-utils/development)## Author
- [noraj](https://pwn.by/noraj/) - creator and maintainer