chr 0.1.79-1 source package in Ubuntu

Changelog

chr (0.1.79-1) unstable; urgency=medium

  * New upstream version 0.1.79
    - fix: FTBFS on riscv64 due to test timeout, thanks Aurelien Jarno.
      (Closes: #1071085)
  * Bump standards version to 4.7.0.
  * Add tar to uploaders.
  * d/control:
    - update long description.
    - update Vcs fields to https://salsa.debian.org/debian/chr

 -- Christoph Hueffelmann <email address hidden>  Thu, 30 May 2024 10:19:46 +0000

Upload details

Uploaded by:
Christoph
Uploaded to:
Sid
Original maintainer:
Christoph
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
chr_0.1.79-1.dsc 2.1 KiB eeaae288bfebc9e5f4ac27b4e8d49b2a9e4169ce01afca79bc1b68e8b2f09de5
chr_0.1.79.orig.tar.gz 203.6 KiB 37f3979e77f0abcbbbd6e1a06f5170aca5e10576b5b96815d0554b5b62c95cef
chr_0.1.79-1.debian.tar.xz 3.9 KiB 1d840dae3ac99175dac6fb282ca0c710fe9c8b38f149a2a2200f253088bd240e

Available diffs

No changes file available.

Binary packages built by this source

chr: terminal-based text editor

 It is designed to a be simple editor that is easy to use for users
 coming from desktop environments.
 .
 Keyboard shortcuts are similar to the default editors in GNOME, KDE
 and other desktop environments.
 .
 For example text is selected using shift+arrow keys, copy and paste
 uses ctrl+c and ctrl+v and there is a drop down menu(F10) to discover
 additional features and settings.
 .
 The look and feel is a blend of modern GUI editors and late 90s PC
 text mode editors (e.g. Turbo Vision based or edit.com) adapted to fit
 into terminal based workflows.
 .
 It implements many features like:
  - selecting text by holding Shift
  - usable without a complicated config file
  - block selection
  - multi windows (overlapping, tiled, fullscreen)
  - text from full width windows can be copied from the terminal without
    window borders, scrollbars or additional spaces interfering.
  - syntax highlighting
  - undo/redo
  - display line numbers
  - soft-wrapping of long lines
  - interactive search and replace (with regular expression support)
  - go-to line (and column) command
  - support stdin buffers
  - drop down menus

chr-dbgsym: debug symbols for chr
chr-tiny: terminal-based text editor - without syntax highlighting

 It is designed to a be simple editor that is easy to use for users
 coming from desktop environments.
 .
 Keyboard shortcuts are similar to the default editors in GNOME, KDE
 and other desktop environments.
 .
 For example text is selected using shift+arrow keys, copy and paste
 uses ctrl+c and ctrl+v and there is a drop down menu(F10) to discover
 additional features and settings.
 .
 The look and feel is a blend of modern GUI editors and late 90s PC
 text mode editors (e.g. Turbo Vision based or edit.com) adapted to fit
 into terminal based workflows.
 .
 It implements many features like:
  - selecting text by holding Shift
  - usable without a complicated config file
  - block selection
  - multi windows (overlapping, tiled, fullscreen)
  - text from full width windows can be copied from the terminal without
    window borders, scrollbars or additional spaces interfering.
  - undo/redo
  - display line numbers
  - soft-wrapping of long lines
  - interactive search and replace (with regular expression support)
  - go-to line (and column) command
  - support stdin buffers
  - drop down menus
 .
 The tiny version is compiled without support for syntax highlighting.

chr-tiny-dbgsym: debug symbols for chr-tiny