<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nnn.git/src, branch master</title>
<subtitle>forked from https://github.com/jarun/nnn</subtitle>
<id>https://git.tsegers.com/nnn.git/atom?h=master</id>
<link rel='self' href='https://git.tsegers.com/nnn.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/nnn.git/'/>
<updated>2020-11-18T11:09:52Z</updated>
<entry>
<title>Make search prefix-based</title>
<updated>2020-11-18T11:09:52Z</updated>
<author>
<name>Tim Segers</name>
<email>tsegers@pm.me</email>
</author>
<published>2020-11-17T23:39:33Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/nnn.git/commit/?id=981c2e73330fcefc46124751cc18683e461fada8'/>
<id>urn:sha1:981c2e73330fcefc46124751cc18683e461fada8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix #784: support msys2 compilation</title>
<updated>2020-11-17T22:37:40Z</updated>
<author>
<name>Arun Prakash Jana</name>
<email>engineerarun@gmail.com</email>
</author>
<published>2020-11-17T22:37:03Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/nnn.git/commit/?id=d38f4b13d422963b06b4fb92df771aab154539e0'/>
<id>urn:sha1:d38f4b13d422963b06b4fb92df771aab154539e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prepare for release v3.5 Freddie</title>
<updated>2020-11-17T02:49:09Z</updated>
<author>
<name>Arun Prakash Jana</name>
<email>engineerarun@gmail.com</email>
</author>
<published>2020-11-17T02:49:09Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/nnn.git/commit/?id=f6cc2e616150737bdc0bd2f6dd390e2d2a15db32'/>
<id>urn:sha1:f6cc2e616150737bdc0bd2f6dd390e2d2a15db32</id>
<content type='text'>
Code named after Freddie Mercury: https://en.wikipedia.org/wiki/Freddie_Mercury
</content>
</entry>
<entry>
<title>Update help</title>
<updated>2020-11-14T04:35:51Z</updated>
<author>
<name>Arun Prakash Jana</name>
<email>engineerarun@gmail.com</email>
</author>
<published>2020-11-14T04:35:51Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/nnn.git/commit/?id=13923117dc21ab4e2d5111842ee5c7c5f71c1cf4'/>
<id>urn:sha1:13923117dc21ab4e2d5111842ee5c7c5f71c1cf4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Q - error &amp; quit if no selection, else pick &amp; quit</title>
<updated>2020-11-13T07:10:57Z</updated>
<author>
<name>Arun Prakash Jana</name>
<email>engineerarun@gmail.com</email>
</author>
<published>2020-11-13T07:10:57Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/nnn.git/commit/?id=74cd15c232ffbe5f77be547abef4ab6ff6b33fcf'/>
<id>urn:sha1:74cd15c232ffbe5f77be547abef4ab6ff6b33fcf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix #777: input stream ishould trump -s/-S</title>
<updated>2020-11-13T06:07:28Z</updated>
<author>
<name>Arun Prakash Jana</name>
<email>engineerarun@gmail.com</email>
</author>
<published>2020-11-13T06:01:11Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/nnn.git/commit/?id=7afc3eeedd77d6e871e764cb63fb7e794df7e604'/>
<id>urn:sha1:7afc3eeedd77d6e871e764cb63fb7e794df7e604</id>
<content type='text'>
If an input stream is available, prioritize that over sessions. find/grep
syntax can be very complex and can be scripted. On the contrary, sessions
can be loaded at runtime and the persistent session can be "restored".

An interesting use case is the listing is done in picker mode from a script
and the user expects to "pick" some entries among the listed search results.

Another important change is - if the user tries to load the "last session"
explicitly by name instead of using the session option _restore_, we should
not overwrite the "last session" ("@") before loading the it.
</content>
</entry>
<entry>
<title>Clean-up help</title>
<updated>2020-11-10T14:42:49Z</updated>
<author>
<name>Arun Prakash Jana</name>
<email>engineerarun@gmail.com</email>
</author>
<published>2020-11-10T14:42:49Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/nnn.git/commit/?id=52b87a24925708aaa0ab57821386358136db48bd'/>
<id>urn:sha1:52b87a24925708aaa0ab57821386358136db48bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix #775: quit on double Esc</title>
<updated>2020-11-10T13:43:38Z</updated>
<author>
<name>Arun Prakash Jana</name>
<email>engineerarun@gmail.com</email>
</author>
<published>2020-11-10T13:43:38Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/nnn.git/commit/?id=c674cb5934b926787724f10c7ccbf24d1349dd67'/>
<id>urn:sha1:c674cb5934b926787724f10c7ccbf24d1349dd67</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix locker not invoked</title>
<updated>2020-11-05T15:10:31Z</updated>
<author>
<name>Arun Prakash Jana</name>
<email>engineerarun@gmail.com</email>
</author>
<published>2020-11-05T15:10:31Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/nnn.git/commit/?id=d8d43ca85f0fe31b19445db642f3456111ac9c55'/>
<id>urn:sha1:d8d43ca85f0fe31b19445db642f3456111ac9c55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make option O_NOUG to compile out user group info</title>
<updated>2020-10-31T15:52:01Z</updated>
<author>
<name>Arun Prakash Jana</name>
<email>engineerarun@gmail.com</email>
</author>
<published>2020-10-31T15:52:01Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/nnn.git/commit/?id=0b31414c9a751667741c4ff30aa24b031fb4fc9e'/>
<id>urn:sha1:0b31414c9a751667741c4ff30aa24b031fb4fc9e</id>
<content type='text'>
</content>
</entry>
</feed>
