dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit fa3196e5af553ed97ead3f3c8097022d246908d6
parent 576b3e307adb1cb36ca4f6673facbf9872100b7f
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri,  1 Mar 2019 12:52:04 +0100

Update urls and bookmarks. Do not show newlines just containing dots in video previews

Diffstat:
Mlinks/.config/newsboat/urls | 2+-
Mlinks/.config/ranger/scope.sh | 1+
Mlinks/.w3m/bookmark.html | 15+++++----------
3 files changed, 7 insertions(+), 11 deletions(-)

diff --git a/links/.config/newsboat/urls b/links/.config/newsboat/urls @@ -18,6 +18,7 @@ http://martinbluhm.zenfolio.com/blog.rss photo "~photo: Martin Bluhm" http://phillipreeve.net/blog/feed/ photo "~photo: Phillip Reeve" http://filmlabapp.com/feed.xml photo "~photo: Film Lab" +http://www.nature.com/nature/current_issue/rss/ "~research: Nature" http://www.journals.elsevier.com/computers-and-geosciences/rss/ research "~research: Computers and Geosciences" http://rss.sciencedirect.com/publication/science/0012821X research "~research: Earth and Planetary Science Letters" http://onlinelibrary.wiley.com/rss/journal/10.1002/(ISSN)1096-9837 research "~research: Earth Surface Processes and Landforms" @@ -31,7 +32,6 @@ http://link.springer.com/search.rss?facet-content-type=Article&facet-journal-id= https://igpp.ucsd.edu/news/rss.xml research "~research: IGPP Recent News" http://onlinelibrary.wiley.com/rss/journal/10.1002/%28ISSN%292169-9011 research "~research: Journal of Geophysical Research: Earth Surface" http://onlinelibrary.wiley.com/rss/journal/10.1002/(ISSN)2169-9291 research "~research: Journal of Geophysical Research: Oceans" -http://www.nature.com/nature/current_issue/rss/ "~research: Nature" http://feeds.nature.com/nclimate/rss/current research "~research: Nature Climate Change" http://feeds.nature.com/ngeo/rss/current research "~research: Nature Geoscience" http://www.journals.elsevier.com/powder-technology/rss/ research "~research: Powder Technology" diff --git a/links/.config/ranger/scope.sh b/links/.config/ranger/scope.sh @@ -59,6 +59,7 @@ if [ "$preview_images" = "True" ]; then # Image preview for video, disabled by default.: video/*) mpv --frames=0 "$path" | tail -n +5 | \ + sed 's/^\.$//' | \ awk '1;/Description: /{exit}' && exit 0 || exit 1;; esac fi diff --git a/links/.w3m/bookmark.html b/links/.w3m/bookmark.html @@ -32,9 +32,8 @@ <ul> <li><a href="https://www.reidreviews.com/reidreviews/login.asp">Reid Reviews</a> <li><a href="http://www.fredmiranda.com/forum/board/55">Fred Miranda: Alternative Gear &amp; Lenses</a> -<li><a href="https://www.largeformatphotography.info/forum/">Large Format - Photography Forum</a> <li><a href="https://www.photrio.com/forum/">Photrio</a> +<li><a href="https://www.largeformatphotography.info/forum/">Large Format Photography Forum</a> <li><a href="https://www.photo.net/discuss/forums/film-and-processing.1822/">Photo.net - Film and Processing</a> <li><a href="http://www.film-and-darkroom-user.org.uk/forum/fadu_front_page.php">Film and Darkroom User</a> <li><a href="http://www.lensworkonline.com/login.php">LensWork Online</a> @@ -42,7 +41,6 @@ <li><a href="https://forum.luminous-landscape.com/">Luminous Landscape - Forum</a> <li><a href="https://www.l-camera-forum.com/forum/216-leica-m-system/">Leica M System - Leica Forum</a> <li><a href="https://www.rangefinderforum.com/forums/forumdisplay.php?f=226">Rangefinder Forum</a> -<li><a href="https://www.photrio.com/forum/">Photrio Forums</a> <!--End of section (do not delete this comment)--> </ul> <h2>Work</h2> @@ -77,7 +75,6 @@ </ul> <h2>Academia</h2> <ul> -<li><a href="https://scholar.google.com/">Google Scholar</a> <li><a href="https://www.library.caltech.edu/journal-title-abbreviations">Journal Title Abbreviations - Caltech Library</a> <!--End of section (do not delete this comment)--> </ul> @@ -92,12 +89,10 @@ </ul> <h2>Weather</h2> <ul> - <li><a href="https://servlet.dmi.dk/byvejr/servlet/byvejr_dag1?by=9520&mode=long&eps=true">DMI: - Skoerping 48h</a> - <li><a href="https://servlet.dmi.dk/byvejr/servlet/byvejr?by=9520&tabel=dag3_9&eps=true">DMI: - Skoerping 3-9d</a> - <li><a href="http://www.dmi.dk/vejr/maalinger/radar-nedboer/">DMI: Radar</a> - <li><a href="http://djlorenz.github.io/astronomy/lp2006/overlay/dark.html">Light Pollution Atlas 2006</a> +<li><a href="https://servlet.dmi.dk/byvejr/servlet/byvejr_dag1?by=9520&mode=long&eps=true">DMI: Skoerping 48h</a> +<li><a href="https://servlet.dmi.dk/byvejr/servlet/byvejr?by=9520&tabel=dag3_9&eps=true">DMI: Skoerping 3-9d</a> +<li><a href="http://www.dmi.dk/vejr/maalinger/radar-nedboer/">DMI: Radar</a> +<li><a href="http://djlorenz.github.io/astronomy/lp2006/overlay/dark.html">Light Pollution Atlas 2006</a> <!-- <li><a href="http://www.cleardarksky.com/c/AAAP1_NJkey.html?1">Clear Sky Chart - Princeton, NJ</a> --> <!--End of section (do not delete this comment)--> </ul>