Jump to content

Search the Community

Showing results for tags 'adder46'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Informatii generale
    • Anunturi importante
    • Bine ai venit
    • Proiecte RST
  • Sectiunea tehnica
    • Exploituri
    • Challenges (CTF)
    • Bug Bounty
    • Programare
    • Securitate web
    • Reverse engineering & exploit development
    • Mobile security
    • Sisteme de operare si discutii hardware
    • Electronica
    • Wireless Pentesting
    • Black SEO & monetizare
  • Tutoriale
    • Tutoriale in romana
    • Tutoriale in engleza
    • Tutoriale video
  • Programe
    • Programe hacking
    • Programe securitate
    • Programe utile
    • Free stuff
  • Discutii generale
    • RST Market
    • Off-topic
    • Discutii incepatori
    • Stiri securitate
    • Linkuri
    • Cosul de gunoi
  • Club Test's Topics
  • Clubul saraciei absolute's Topics
  • Chernobyl Hackers's Topics
  • Programming & Fun's Jokes / Funny pictures (programming related!)
  • Programming & Fun's Programming
  • Programming & Fun's Programming challenges
  • Bani pă net's Topics
  • Cumparaturi online's Topics
  • Web Development's Forum
  • 3D Print's Topics

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Yahoo


Jabber


Skype


Location


Interests


Occupation


Interests


Biography


Location

Found 1 result

  1. It was initially made for bash, but it supports zsh and ksh, too. If you want to use it with tcsh, make sure tcsh saves its history to ~/.tcsh_history. Installation Make sure you have ncurses packages installed. sudo apt install libncurses5 libncurses5-dev libncursesw5 libncursesw5-dev Then run: cargo install --git https://github.com/adder46/hstr-rs.git If on bash, add this to .bashrc: # append new history items to .bash_history shopt -s histappend # don't put duplicate lines or lines starting with space in the history HISTCONTROL=ignoreboth # increase history file size HISTFILESIZE=1000000 # increase history size HISTSIZE=${HISTFILESIZE} # append new entries from memory to .bash_history, and vice-versa export PROMPT_COMMAND="history -a; history -n; ${PROMPT_COMMAND}" Usage Making an alias should be the most convenient option, so you can add this to ~/.bash_aliases: alias hh=hstr-rs Screencast Download: hstr-rs-master.zip or git clone https://github.com/adder46/hstr-rs.git Source
×
×
  • Create New...