NixOS/nix

`nix repl`: Group of `:?` by use case

Open

#7,646 建立於 2023年1月20日

在 GitHub 查看
 (1 留言) (2 反應) (0 負責人)C++ (1,293 fork)batch import
documentationgood first issue

倉庫指標

Star
 (9,803 star)
PR 合併指標
 (平均合併 7天 11小時) (30 天內合併 83 個 PR)

描述

Problem

When you type :? in nix repl you are presented with a list of 17 items, mostly sorted alphabetically by command name.

Due to people's limited ability to account more than ~5 objects of interest at a glance, it's improbable for beginners to find what they care about, and it's similarly improbable for most people to read through the list carefully.

Proposal

In order to make the available commands easier to discover and understand how they relate to each other, group the output of :? (source) by use case, for example:

  • evaluate
  • build
  • inspect
  • quit

Checklist

Priorities

Add :+1: to issues you find important.

貢獻者指南