Skip to content
#

history

Here are 1,391 public repositories matching this topic...

Mind-Expanding-Books
hackerkid
hackerkid commented Oct 9, 2020

👋👋 Hello Hacktoberfest contributors

if you are looking to contribute to Mind-Expanding Books, I would recommend focusing on improving the website which can be accessed at http://books.vishnuks.com/ (soon to get its own domain). The source code lives in /app directory.

There are a ton of improvements that can be made to the website. I have some issues opened at https://github.com/hackerki

aindriu80
aindriu80 commented Jan 15, 2022

Hi,

I have started using McFly and it has been great, searching through my history is so much easier!

I have a request though, is it possible to bind the VIM navigation keys to navigate up and down the search results instead of using the cursor keys? I currently use ZSH and in my .zshrc file I have the following which remaps the letters k and j to jump into command mode (instead of pr

nmay231
nmay231 commented Dec 27, 2019

Hello and welcome to Redux-undo! This issue is asking newcomers to open source for their help. If that's you then great!

We need good examples to show new users of the library how to, well... use the library!

The task is to create an example in docs/main/examples/ demonstrating how to set the initial state for a reducer. You can use whatever example state you wish, like a todo list for exa

Perilin
Perilin commented Dec 24, 2017

Filtering by command is great, but how about also filtering by currently active directory?
I've quickly hammered something into place that works using preexec...

# Added to end of  ~/.bashrc

__peri_filter_preexec() { if [[ "${PWD}" =~ .*Private.* ]] ; then __BH_SAVE_COMMAND=''; fi }
if [ -f ~/.bashhub/deps/bash-preexec.sh ]; then source  ~/.bashhub/deps/bash-preexec.sh ; preexec_f

Improve this page

Add a description, image, and links to the history topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the history topic, visit your repo's landing page and select "manage topics."

Learn more