• Stars
    star
    1,257
  • Rank 35,953 (Top 0.8 %)
  • Language Roff
  • License
    MIT License
  • Created about 10 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A horizontal ๐Ÿ“ for your terminal

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

More Repositories

1

vspark

๐Ÿ“Š Like spark, but vertical
Perl
36
star
2

pendium

๐Ÿ“– A (com)Pendium for all your markdown file
CSS
26
star
3

Setup

๐Ÿ’ป My dotfiles and scripts
Vim Script
21
star
4

dragn

๐ŸŽฒ Using dice in a Pythonic way
Python
17
star
5

austere.vim

An austere colorscheme for vim
Vim Script
17
star
6

backup

๐Ÿ’พ Copy file(s) with a new extension (.old) to avoid disasters
Shell
10
star
7

design_patterns

Python
9
star
8

style

๐Ÿ’พ Add style to your terminal output
Shell
9
star
9

shit

Show Image In Terminal
Perl
8
star
10

wtf.sh

My reaction to https://github.com/EvanHahn/haha.sh
Shell
7
star
11

numbrs

๐Ÿ’พ See the line numbers of whathever it is that's going on in STDOUT
Awk
6
star
12

datdash

Python Dashboard Framework based on Dashing
JavaScript
6
star
13

setup_dotfiles

๐Ÿ’ป Ansible playbooks to setup my dotfiles
3
star
14

txt2bootstrap

Text/Markdown/Rest/HTML to Bootstraped html
Python
3
star
15

simple_eventconsumer

๐Ÿค– A simple eventconsumer to play with
Python
3
star
16

dockerized_monica

Completely Dockerized MonicaHQ (personal CRM)
2
star
17

linked_signin

This is a simple flask app that shows how linkedin authorization and get_profile endpoint works.
Python
2
star
18

mylittlebotie

๐Ÿค–The simplest possible twitter bot
Python
2
star
19

old_lurst.github.io

๐Ÿ“ My blog
HTML
2
star
20

Finance-Bank-PT-PS2

Helper for generating PS2 files used for automatic transactions in banking systems.
Perl
2
star
21

twtxt_on_heroku

ToH: a write-only twtxt client on Heroku
Python
2
star
22

victorious-merge

Final Fantasy victory fanfare for successful merges to master
Shell
2
star
23

worldcup

View scores for the worldcup games in your terminal (bash edition)
Shell
2
star
24

markdown_playground

Just a playground for me to learn React.js and mess with foundationl; Nothing interesting here
JavaScript
1
star
25

tiny_service_with_jenkins2

A tiny python app that is built using Jenkins with a Jenkinsfile as a pipeline
Python
1
star
26

trckr

A minimalist traffic analyser
Python
1
star
27

hr.jl

<hr /> for your terminal (written in Julia)
Julia
1
star
28

dockerfiles

๐Ÿ“ฆ My own dockerfiles ๐Ÿ“ฆ
Dockerfile
1
star
29

the_longest_corridor

My entry for NanoGenMo 2018
Python
1
star
30

gilded_rose_kata

๐Ÿฅ‹ Gilded Rose for Python 3
Python
1
star
31

learning_rust

Some exercises I'm solving to help me learn Rust
Rust
1
star
32

replace

Using `sed` like you're in some kind of IDE
Shell
1
star
33

google_analytics_api_playground

Sandbox for playing around with google analytics API
Python
1
star
34

df_map_maker

GFXiNXS's Map Maker for GIMP (Linux edition)
Scheme
1
star
35

dict-envy

dict-like grouping of environment variables โœจ
Python
1
star
36

st

[fork of st] st with my config
C
1
star
37

pocket_latest_read_articles

๐Ÿ”— See your latest read articles (from Pocket)
Python
1
star
38

vim_5min_presentation

Why should you use vim?
Vim Script
1
star
39

Bar

Bar, a command to display a bar
Perl
1
star
40

roguelike_tutorial

Going through this http://www.roguebasin.com/index.php?title=Complete_Roguelike_Tutorial,_using_python%2Blibtcod maybe some experiments
Python
1
star
41

LanguageRef

My own (running) cheatsheet for various programming languages
Python
1
star
42

create_firefox_image_with_version

Create a firefox image with version number
Shell
1
star