index

(★ 49)

Mintlify Index: retrieval engine and MCP server. Install: npx mint index

File Explorer

  • .gitignore
  • LICENSE
  • package.json
  • README.md
  • tsconfig.json

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

combine

View Details ▼

Perform set operations on lines of two files.
The order of the output lines is determined by the order of the lines in the first file.
See also: `diff`.

combine {{path/to/file1}} and {{path/to/file2}}

Output lines that are in both specified files:

combine {{path/to/file1}} not {{path/to/file2}}

Output lines that are in the first but not in the second file:

combine {{path/to/file1}} or {{path/to/file2}}

Output lines that in are in either of the specified files:

🔍

npx

View Details ▼

This command is an alias of `npm exec`.

tldr npm exec

View documentation for the original command:

🔍

query

View Details ▼

Display information about user sessions and process.

query session

Display all user sessions:

query session /server:{{hostname}}

Display the current user sessions on a remote computer:

query user

Display logged in users:

// repository documentation