Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • ion ion
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 85
    • Issues 85
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • redox-osredox-os
  • ionion
  • Merge requests
  • !1103

Feature/new shared history

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Steven Stanfield requested to merge sstanfield/ion:feature/new_shared_history into master Jul 04, 2019
  • Overview 7
  • Commits 18
  • Pipelines 0
  • Changes 3

@mmstick @AdminXVII Allow the liner shared and de-duplicated history to be used (added options to the history command). Also fixed a couple of things I ran into:

  • I added a flush to stdout/err before each prompt. Sometimes (maybe when then last line did not end in \n?) some output would not display. The flush seemed to fix it but maybe there is a better place to handle this.
  • Tab complete for commands when PATH items did not end in '/' would not work.
  • When tab completing commands do not use then full path.
  • Also complete on commands after a |, & or ; character, note this needs a space after the special character currently. It really should not need the space but I did not want to tackle that issue right now, not overwriting the previous input after selection is a problem. I will probably look into this though.
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/new_shared_history