-
-
Notifications
You must be signed in to change notification settings - Fork 769
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
47 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ BSD 2-Clause License | |
|
||
Copyright (c) 2014-2016, Lazaros Koromilas <[email protected]> | ||
Copyright (c) 2014-2016, Dimitris Papastamos <[email protected]> | ||
Copyright (c) 2016-2018, Arun Prakash Jana <[email protected]> | ||
Copyright (c) 2016-2019, Arun Prakash Jana <[email protected]> | ||
All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, with or without | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
VERSION = 2.1 | ||
VERSION = 2.2 | ||
|
||
PREFIX ?= /usr/local | ||
MANPREFIX ?= $(PREFIX)/share/man | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.Dd Nov 23, 2018 | ||
.Dd Jan 01, 2019 | ||
.Dt NNN 1 | ||
.Os | ||
.Sh NAME | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
# Author: Arun Prakash Jana | ||
# Email: [email protected] | ||
# Homepage: https://github.com/jarun/nnn | ||
# Copyright © 2018 Arun Prakash Jana | ||
# Copyright © 2019 Arun Prakash Jana | ||
# ############################################################################# | ||
|
||
import sys | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ | |
# Author: Arun Prakash Jana | ||
# Email: [email protected] | ||
# Homepage: https://github.com/jarun/nnn | ||
# Copyright © 2016-2018 Arun Prakash Jana | ||
# Copyright © 2016-2019 Arun Prakash Jana | ||
# ############################################################################# | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
* | ||
* Copyright (c) 2014-2016, Lazaros Koromilas <[email protected]> | ||
* Copyright (c) 2014-2016, Dimitris Papastamos <[email protected]> | ||
* Copyright (c) 2016-2018, Arun Prakash Jana <[email protected]> | ||
* Copyright (c) 2016-2019, Arun Prakash Jana <[email protected]> | ||
* All rights reserved. | ||
* | ||
* Redistribution and use in source and binary forms, with or without | ||
|
@@ -156,7 +156,7 @@ disabledbg() | |
#endif /* DEBUGMODE */ | ||
|
||
/* Macro definitions */ | ||
#define VERSION "2.1" | ||
#define VERSION "2.2" | ||
#define GENERAL_INFO "License: BSD 2-Clause\nWebpage: https://github.com/jarun/nnn" | ||
|
||
#define LEN(x) (sizeof(x) / sizeof(*(x))) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
* | ||
* Copyright (c) 2014-2016, Lazaros Koromilas <[email protected]> | ||
* Copyright (c) 2014-2016, Dimitris Papastamos <[email protected]> | ||
* Copyright (c) 2016-2018, Arun Prakash Jana <[email protected]> | ||
* Copyright (c) 2016-2019, Arun Prakash Jana <[email protected]> | ||
* All rights reserved. | ||
* | ||
* Redistribution and use in source and binary forms, with or without | ||
|
f9860f1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@szlin, @dilawar, @eclipso, @maxice8, @fornwall
nnn
v2.2 is released!Wish You All and Family a Very Happy New year 2019!!! Have fun!
f9860f1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
f9860f1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jarun The new version of nnn has been uploaded. Happy new year 2019 !
f9860f1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Built for Fedora. Happy new year everyone!
f9860f1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot!
f9860f1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jarun Available in Termux now, thanks for the heads up!
f9860f1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
f9860f1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.