Merged
Conversation
Co-authored-by: Stefan Holderbach <sholderbach@users.noreply.github.com>
fdncred
reviewed
Jan 3, 2023
| ## MIME-types are supported in `ls` with an additional flag. ([fdncred](https://github.com/nushell/nushell/pull/7616)) | ||
|
|
||
| To find out what applications your operating system associates with particular files you can now use the `--mime-type` or `-m` flag on our `ls` command. | ||
| To find out what application your operating system associates with a particular file, you can now use the `--mime-type` or `-m` flag on our `ls` command. |
Contributor
There was a problem hiding this comment.
This statement about application associations seems to indicate we display application names in ls, which we do not. We show mime-types that were guessed at by file extensions and I think that is the extent of the change.
sholderbach
added a commit
that referenced
this pull request
Jan 10, 2023
* [WIP] Release notes for `0.74` Please add your important new features and breaking changes to the release notes by committing to/opening a PR against the `release-notes-0.73` branch. Thank you! * Start work on 0.74 release notes * Mention mimetype flag from Darren Refer to nushell/nushell#7616 * Update 2023-01-10-nushell_0_74.md * Add image; Fmt (#718) * Update 2023-01-10-nushell_0_74.md * type-o * Update 2023-01-10-nushell_0_74.md * Add webbedspace's changes (#727) * Add hide command breaking change * Remove broken PATH mention The PR changing append/prepend commands was reverted. * Add `math eval` removal * Mention `url encode` * Mention get/select changes in breaking changes * update changelog (#733) * Update 2023-01-10-nushell_0_74.md * Add new book chapter note * Refactor breaking changes * Update 2023-01-10-nushell_0_74.md * Add detailed changelog * Update excerpt Co-authored-by: Jakub Žádník <kubouch@gmail.com> Co-authored-by: Darren Schroeder <343840+fdncred@users.noreply.github.com> Co-authored-by: Leon <L_1_L_0@yahoo.com> Co-authored-by: Reilly Wood <26268125+rgwood@users.noreply.github.com> Co-authored-by: WindSoilder <WindSoilder@outlook.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.