mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
commit
d23cc2fe15
|
@ -6,7 +6,7 @@
|
||||||
# Details: Set the variable EBOOK_ID to download in html format and read in w3m.
|
# Details: Set the variable EBOOK_ID to download in html format and read in w3m.
|
||||||
# Clear EBOOK_ID to browse available ebooks by popularity and set it to
|
# Clear EBOOK_ID to browse available ebooks by popularity and set it to
|
||||||
# the ID once you find an interesting one.
|
# the ID once you find an interesting one.
|
||||||
# To dowload and read in epub format set READER to an epub reader like
|
# To download and read in epub format set READER to an epub reader like
|
||||||
# epr: https://github.com/wustho/epr
|
# epr: https://github.com/wustho/epr
|
||||||
#
|
#
|
||||||
# More on EBOOK_ID:
|
# More on EBOOK_ID:
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
# - The script uses Linux-specific lsblk to list block devices. Alternatives:
|
# - The script uses Linux-specific lsblk to list block devices. Alternatives:
|
||||||
# macOS: "diskutil list"
|
# macOS: "diskutil list"
|
||||||
# BSD: "geom disk list"
|
# BSD: "geom disk list"
|
||||||
# - The script uses udisksctl (from udisks2) to pwoer down devices. This is also Linux-specific.
|
# - The script uses udisksctl (from udisks2) to power down devices. This is also Linux-specific.
|
||||||
# Users on non-Linux platforms can comment it and use an alterntive to power-down disks.
|
# Users on non-Linux platforms can comment it and use an alterntive to power-down disks.
|
||||||
#
|
#
|
||||||
# Shell: POSIX compliant
|
# Shell: POSIX compliant
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
# - `mpv`: multimedia player, for video/audio preview
|
# - `mpv`: multimedia player, for video/audio preview
|
||||||
# - `sxiv`: image viewer
|
# - `sxiv`: image viewer
|
||||||
# - `zathura`: PDF viewer
|
# - `zathura`: PDF viewer
|
||||||
# - but we allways fallback to `nuke` plugin
|
# - but we always fallback to `nuke` plugin
|
||||||
#
|
#
|
||||||
# [1]: https://tools.suckless.org/tabbed/
|
# [1]: https://tools.suckless.org/tabbed/
|
||||||
# [2]: https://specifications.freedesktop.org/xembed-spec/xembed-spec-latest.html
|
# [2]: https://specifications.freedesktop.org/xembed-spec/xembed-spec-latest.html
|
||||||
|
|
|
@ -139,7 +139,7 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* NAME_MAX and PATH_MAX may not exist, e.g. with dirent.c_name being a
|
* NAME_MAX and PATH_MAX may not exist, e.g. with dirent.c_name being a
|
||||||
* flexible array on Illumos. Use somewhat accomodating fallback values.
|
* flexible array on Illumos. Use somewhat accommodating fallback values.
|
||||||
*/
|
*/
|
||||||
#ifndef NAME_MAX
|
#ifndef NAME_MAX
|
||||||
#define NAME_MAX 255
|
#define NAME_MAX 255
|
||||||
|
|
Loading…
Reference in a new issue