All Projects → LuRsT → Hr

LuRsT / Hr

Licence: mit
A horizontal 📏 for your terminal

Programming Languages

shell
77523 projects

Labels

Projects that are alternatives of or similar to Hr

Schematics Utilities
🛠️ Useful exported utilities for working with Schematics
Stars: ✭ 73 (-93.89%)
Mutual labels:  utils
Fbi
Node.js workflow tool
Stars: ✭ 74 (-93.81%)
Mutual labels:  cli
Image To Xls
A simple tool to make ascii art from an image using excel colored cells.
Stars: ✭ 75 (-93.72%)
Mutual labels:  cli
Nexmo Cli
Nexmo CLI (Command Line Interface)
Stars: ✭ 73 (-93.89%)
Mutual labels:  cli
Shark
A CLI to Interact with DigitalOcean
Stars: ✭ 74 (-93.81%)
Mutual labels:  cli
Php codesniffer
PHP_CodeSniffer is a set of two PHP scripts; the main phpcs script that tokenizes PHP, JavaScript and CSS files to detect violations of a defined coding standard, and a second phpcbf script to automatically correct coding standard violations. PHP_CodeSniffer is an essential development tool that ensures your code remains clean and consistent.
Stars: ✭ 9,004 (+653.47%)
Mutual labels:  cli
Listr2
NodeJS Task List derived from the best! Create beautiful CLI interfaces via easy and logical to implement task lists that feel alive and interactive.
Stars: ✭ 73 (-93.89%)
Mutual labels:  cli
Rdcli
The simple way to download and unrestrict DDL files, torrents and magnets
Stars: ✭ 75 (-93.72%)
Mutual labels:  cli
Photosorcery
🌄 small CLI for converting and merging images
Stars: ✭ 74 (-93.81%)
Mutual labels:  cli
Console
The Console component eases the creation of beautiful and testable command line interfaces.
Stars: ✭ 8,988 (+652.13%)
Mutual labels:  cli
Nodo
☑ Command line TODO app
Stars: ✭ 73 (-93.89%)
Mutual labels:  cli
Scritch
A small CLI to help you write sharable scripts for your team
Stars: ✭ 74 (-93.81%)
Mutual labels:  cli
Navi
An interactive cheatsheet tool for the command-line
Stars: ✭ 10,055 (+741.42%)
Mutual labels:  cli
Github Files Fetcher
Download a specific folder or file from a GitHub repo through command line
Stars: ✭ 73 (-93.89%)
Mutual labels:  cli
Schematics
🔧 Schematics for @ngxs/store
Stars: ✭ 74 (-93.81%)
Mutual labels:  cli
Mojo Weixin
使用Perl语言(不会没关系)编写的个人账号微信/weixin/wechat客户端框架(非GUI),可通过插件提供基于HTTP协议的api接口供其他语言或系统调用
Stars: ✭ 1,181 (-1.17%)
Mutual labels:  cli
Radon
Various code metrics for Python code
Stars: ✭ 1,193 (-0.17%)
Mutual labels:  cli
Vcli
Vertica CLI with auto-completion and syntax highlighting
Stars: ✭ 75 (-93.72%)
Mutual labels:  cli
Console Jedi
Console application for Bitrix Framework
Stars: ✭ 75 (-93.72%)
Mutual labels:  cli
Statusbarutil
A util for setting status bar style on Android App.
Stars: ✭ 8,726 (+630.21%)
Mutual labels:  utils

hr

A horizontal ruler for your terminal

Tired of not finding things in your terminal because there's a lot of logs and garbage? Tired of destroying the Enter key by creating a "void zone" in your terminal so that you can see the error that you're trying to debug?

Setup

Linux

Quick install

$ curl https://raw.githubusercontent.com/LuRsT/hr/master/hr > ~/bin/hr
(Examine ~/bin/hr)
$ chmod +x ~/bin/hr

Note: You should have ~/bin in your $PATH for this to work.

Complete install

$ git clone [email protected]:LuRsT/hr.git
$ cd hr

Open Makefile and edit the PREFIX variable, specifying the directory where you'd want the software to reside. Then:

$ sudo make install

OSX

OSX users can install using Homebrew:

$ brew install hr

How to use it?

$ hr
################################## # Till the end of your terminal window
$

$ hr '*'
********************************** # Till the end of your terminal window
$

You can also make "beautiful" ASCII patterns

$ hr - '#' -
----------------------------------
##################################
----------------------------------
$ hr '-#-' '-' '-#-'
-#--#--#--#--#--#--#--#--#--#--#--
----------------------------------
-#--#--#--#--#--#--#--#--#--#--#--

That's it, no requirements, just pure old bash and tput, check the source, it's free.

More

Check out more information in hrs wiki

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].