Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
E
extrautils
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 2
    • Merge Requests 2
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • redox-os
  • extrautils
  • Issues
  • #40

Closed
Open
Opened Feb 07, 2018 by Jeremy Soller@jackpot51Owner

Piping to less and mdless splits input

Created by: moore3071

Steps to reproduce

run cat /filesystem.toml | less

Expected behaviour

The content of /filesystem.toml can be viewed through the pager less with identical functionality to less /filesystem.toml.

Actual behaviour

The less interface is interlaced with the terminal prompt. input is accepted from the prompt for one input character followed by less accepting the next input and so on. Upon exiting less by pressing q the terminal goes blank until further input which then displays the prompt with whatever input it read while less was running.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: redox-os/extrautils#40