./net/ncgopher, Gopher and gemini client for the modern internet

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.6.0, Package name: ncgopher-0.6.0, Maintainer: pin

ncgopher is a gopher and gemini client for the modern internet. It uses
ncurses and is written in Rust.

Features:
-Gopher and gemini support
-Ncurses interface
-Keyboard commands for navigation
-Bookmarks support including custom title
-History of visited gopher holes
-Download of text files and gophermaps
-Download of binary files
-Menu for easy configuration
-Mouse support in some terminals
-TLS support
-Darkmode!
-Common search providers in search menu for quick access
-External commands for HTML, images and Telnet


Master sites:

Filesize: 204.027 KB

Version history: (Expand)


CVS history: (Expand)


   2023-12-03 21:48:21 by pin | Files touched by this commit (4) | Package updated
Log message:
net/ncgopher: update to 0.6.0

  Changes:
  - #234: Add MSYS2 MINGW64 terminal packages for Windows (pull request by Ari)
  - Made release-notes accessible from menu
  - Upgraded rusqlite to 0.30.0
  - Upgraded regex to 1.10.2
  - Upgraded serde to 1.0.193
  - Upgraded toml to 0.8.8
  - Upgraded clap to 4.4.8
  - Upgraded urlencoding to 2.1.3
  - Upgraded rcgen to 0.11.3
  - Upgraded unicode-width to 0.1.11
  - Upgraded time to 0.3.29
  - Upgraded base64 to 0.21.4
  - Upgraded url to 2.4.1
  - Upgraded backtrace to 0.3.69
  - Upgraded log to 0.4.19
  - Upgraded percent-encoding to 2.3.0
  - Upgraded idna to 0.4.0
  - Upgraded linkify to 0.10.0
  - Upgraded openssl to 0.10.55
  - Upgraded dirs to 5.0.1
  - Upgraded crossbeam-channel to 0.5.8
  - Upgraded mime to 0.3.17
  - Upgraded pem to 1.1.1
  - Upgraded bumpalo to 3.12.0

  Bugfixes:
  - Fixes #305 Added 'vendored' feature to native-tls
  - Fixes #210. Remove double dot in gopher content
   2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377)
Log message:
*: recursive bump for icu 74.1
   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | Package updated
Log message:
revbump after textproc/icu update
   2022-11-23 17:21:30 by Adam Ciarcinski | Files touched by this commit (1878) | Package updated
Log message:
massive revision bump after textproc/icu update
   2022-11-10 22:59:44 by pin | Files touched by this commit (3) | Package updated
Log message:
net/ncgopher: update to 0.5.0

New features:
  - New shortcut: 'G' to edit current URL
  - Gemini TLS client certificate support
   2022-05-23 23:07:14 by pin | Files touched by this commit (3) | Package updated
Log message:
net/ncgopher: update to 0.4.0

0.4.0
  New features:
  - Search in documents. Finally. Search with '/'. Jump to next/previous
    result with n/N. Fixes #5
  - Gemini: Check for redirect loops

  Changes:
  - Breaking: Changed key shortcuts for next/previous link to l/L
  - Removed Config as a dependency and use serde instead
  - Update dependencies

  Bugfixes:
  - Clicking "accept the risk" in the certificate dialog will now \ 
automaically
    open the URL
  - Update status message display when fetching content
  - Url-decode path in gopher URIs. Fixes #78
  - Fixed crash when darkmode is enabled (pull request #69)
  - Introduced and fixed crash when bookmarks file does not exist
  - The open image command finally works again
  - Fixed name of arch package in README
   2022-04-18 21:12:27 by Adam Ciarcinski | Files touched by this commit (1798) | Package updated
Log message:
revbump for textproc/icu update