history
Here are 969 public repositories matching this topic...
-
Updated
Aug 23, 2020 - JavaScript
-
Updated
Aug 25, 2020 - Shell
-
Updated
Aug 26, 2020 - Java
-
Updated
Jul 29, 2019 - JavaScript
-
Updated
Jun 1, 2020 - JavaScript
if you have a command typed as
echo foo \
bar
that ends up as separate entries in mcfly, rather than a single one. It looks like mcfly is incorrectly parses the history entry? The relevant snippet for that from my .zsh_history is:
: 1593624164:0;echo foo \\
bar
It looks like mcfly is getting confused by this, and I think it only gets the last line of the comman
-
Updated
Apr 29, 2020
-
Updated
Sep 17, 2018 - JavaScript
Filter by active dir
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
-
Updated
May 16, 2020 - TypeScript
-
Updated
Aug 10, 2020 - JavaScript
-
Updated
Dec 30, 2017
-
Updated
Jun 20, 2020 - JavaScript
Overlays should never be empty, regardless of why they are empty (lack of data / user not logged in / etc). They should also not contain stale information.
For instance, if the draft overlay is set to be persistently on but there is not a draft in progress then there should be a message letting the user know that an empty overlay is completely normal. For every case where the overlay is current
-
Updated
Jun 30, 2020 - Go
-
Updated
Jul 14, 2020 - Shell
Improve this page
Add a description, image, and links to the history topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the history topic, visit your repo's landing page and select "manage topics."
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