Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • inkscape inkscape
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 1,529
    • Issues 1,529
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 137
    • Merge requests 137
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Inkscape
  • inkscapeinkscape
  • Merge requests
  • !1495

Add Gnu readline for use in shell mode.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Tavmjong Bah requested to merge gnu_readline2 into master Feb 28, 2020
  • Overview 7
  • Commits 1
  • Pipelines 2
  • Changes 4

This patch make using the shell in interactive mode a lot easier!

Features:

  • Auto-completion of actions (at start of line) and filenames.
  • History (up/down arrows).
  • Command line editing.

Note:

  • Gnu Readline is GPL 3 (not LGPL3). Inkscape is nominally GPL 2.
  • Detection of system support for readline should be tested (seems to work on Linux and OSX).

This replaces and earlier merge request for a borked branch.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: gnu_readline2