Re: History Feature issue

2017-05-22 Thread Pranav Deshpande
I am still just looking at the source codeTrying to figure out how it works. Regards, Pranav On Mon, May 22, 2017 at 4:30 PM, Pierre Gaston wrote: > I'd suggest that you look into the loadable builtin examples in the > tarball and find ideas to write a couple of these. > > For instance, you

Re: History Feature issue

2017-05-22 Thread Pierre Gaston
I'd suggest that you look into the loadable builtin examples in the tarball and find ideas to write a couple of these. For instance, you could try to write a Json parser that allows callback and set some bash variables mirroring the Json in an associative array or something like that. There is li

Re: History Feature issue

2017-05-22 Thread Pranav Deshpande
Thank you. It seems that there is no read to implement this feature. Could you suggest me some bug so that I can get started? Something which is simple for a beginner? Regards, Pranav. On Mon, May 22, 2017 at 3:06 AM, Eduardo Bustamante wrote: > On Sun, May 21, 2017 at 11:29 AM, Pranav Deshpand

Re: History Feature issue

2017-05-21 Thread Eduardo Bustamante
On Sun, May 21, 2017 at 11:29 AM, Pranav Deshpande wrote: > The lssue here: https://savannah.gnu.org/support/?109000 interests me. > It's something that I have experienced while using the shell. I am > interested in solving it That bug report lacks detail. There are already ways of sharing histor

History Feature issue

2017-05-21 Thread Pranav Deshpande
The lssue here: https://savannah.gnu.org/support/?109000 interests me. It's something that I have experienced while using the shell. I am interested in solving it Any ideas so as how can I get started with the code base? Regards, Pranav