File nushell.changes of Package nushell
------------------------------------------------------------------- Wed Jun 10 02:41:20 UTC 2020 - dead_mozay@opensuse.org - Update to version 0.15.0: * Rename env file to .nu-env (#1953) * Remove async_stream! from some commands (#1951) * Assign variables when passed as an argument. (#1947) * Cal updates (#1945) * When the nushell is located in a path that has a space in it, these tests break, this fixes it (#1944) * Implement an option to show paths made of mkdir. (#1932) * Removing async_stream! from some commands (#1940) * Bring back parse as built-in. * Moving some commands off of async stream (#1934) * Cut out a function to generate a pharase in the Flags section. (#1930) * Remove no_auto_pivot (#1931) * changed to-float to to-decimal (#1926) * Batch of moving commands off async_stream #3 (#1919) * Add `rm_always_trash` option to config (#1869) * ISSUE-1744-Glob support for start command (#1912) * Support average for tables. * Batch of moving commands off async_stream (#1917) * Implement login for the fetch command (#1915) * Move run to be async (#1913) * Add plugin_dir to docs (#1911) * Simplify plugin directory scanning (#1910) * Str plugin promoted to built-in Nu command. * Simplify parse plugin code. (#1904) * Allow echo to iterate ranges (#1905) * Make it-expansion work when in a list (#1903) * Implement ctrl+c for the du command (#1901) * Fix warnings and split Scope (#1902) * Fix for inconsistency when quoted strings are used with with_env shorthand (#1900) * Cal documentation updates (#1895) * change the test to use the origin column (#1878) * Merge pivot options (#1888) * Improve the simplified parse form. (#1875) * Remove as many of the typecasts as possible in the cal command (#1886) * Fix broken ordering of args when parsing command with env vars. (#1841) * docs: add alias --save flag (#1874) * Show error when trying to sort by invalid column (#1880) * Add useful commands to CONTRIBUTING.md (#1865) * added examples and explanation to trim (#1876) * Split split command to sub commands. * Add completion for binaries on PATH (#1866) * Issue 1787 (#1827) * Add space to bottom of table in 'light' mode (#1871) * Add `--regex` flag to `parse` (#1863) * Tweak auto-rotate for single row output (#1861) * Fix completer handling of paths with spaces (#1858) * Save alias (#1852) * Added a count column on the histogram command (#1853) * default history size to 100k (#1845) * String interpolation (#1849) * Fix missing invocation errors (#1846) * let format access variables also (#1842) * Update test command (#1840) * added documentation for no_auto_pivot (#1828) * add support for specifying max history size in config (#1829) (#1837) * Remove interpretation of `Primitive::Nothing` as the number 0. (#1836) * Move from language-reporting to codespan (#1825) * Fix newly added examples. (#1830) * Add (near) automatic testing for command examples (#1777) * added config check to disable auto pivoting of single row outputs (#1791) * Add docs for the shuffle command (#1824) * Remove the -n flag from shuffle (#1823) * Add some examples (#1821) * Fix starship not getting the correct pwd (#1822) * Call external correctly. * Remove test-bins feature. * Check capture group count (#1814) * Allow user to specify the indentation setting on the pretty flag for the to json command (#1818) * create Palette trait (#1813) * add docs for start command (#1816) * Fix the insert command (#1815) * Adds support to pretty format the json in `to json` (#1812) * Remove the old it-hacks from fetch and post (#1807) * Fix parsing of invocations with a dot (#1804) * Cal command updates (#1758) * Evaluation of command arguments (#1801) * added nothing value for incalcuable dir sizes (#1789) * Extracted grouping by date to it's own subcommand. (#1792) * Use the directories crate instead of app_dirs (#1782) * doc: add rename command page (#1781) * Allow external binary to register custom commands. (#1780) * doc: add more from command pages (#1778) * cal: fix thursday typo (#1776) * doc: add headers command page (#1775) * doc: rename edit command to update (#1774) * Fix type in config flag description (#1769) * doc: fix nth examples (#1768) * Simplify `mv` in `FilesystemShell` (#1587) ------------------------------------------------------------------- Thu Jun 4 04:49:43 UTC 2020 - Dead Mozay <dead_mozay@opensuse.org> - Shell added to allowed list ------------------------------------------------------------------- Thu Jun 04 04:02:20 UTC 2020 - dead_mozay@opensuse.org - Update to version 0.14.0: * Add examples for some more commands (#1765) * Add a batch of help examples (#1759) * It-expansion fixes (#1757) * Add a batch of help examples (#1755) * Adding coloring to help examples (#1754) * Improve list view and ranges (#1753) * Add examples to commands (#1752) * Add a simplified list view (#1749) * Improve duration math and printing (#1748) * update cal documentation (#1746) * Don't include year and month by default, adds an option to display th… (#1745) * Add cal command (#1739) * Move 'start' to use ShellError (#1743) * Bug fix start (#1738) * Fix help text for alias command. (#1742) * Make grouping more flexible. (#1741) * `start` command in nushell (#1727) * [Gitpod] Refactor Gitpod configuration and add full Debugging support (#1728) * Use playground instead of depending on fixture format files. (#1726) * Pick->Select rename. Integration tests changes. (#1725) * Rename edit command to update. (#1724) * Read exit status before failing in failed read from stdout pipe (#1723) * Ignore empty arguments passed to externals (#1722) * Fix changing to a new Windows drive (#1721) * Bash-like shorthand with-env (#1718) * Add with-env command (#1717) * docs/commands: add to.md, update subcommands (#1715) * docs/commands: add from.md, update subcommands (#1712) * Extend to/from usage text to indicate subcommands (#1711) * Properly deserialize history args (#1710) * Changes to allow plugins to be loaded in a multi-threaded manner (#1694) * Add subcommands. Switch from-* and to-* to them (#1708) * Properly drain iterating pipe so we can see errors (#1707) * Fix column bugs associated with previous refactoring (#1705) * Basic documentation for the wrap command (#1704) * Display either dir metadata size or dir apparent size in `ls` (#1696) * docs/commands: add alias.md (#1697) * Parse file size (byte) units in all mixes of case (#1693) * Reduce some repetitive code in files.rs (#1692) * Gitignore JetBrains' IDE items (#1691) * Remove bin.is_file() because it's expensive (#1689) * Escape some symbols in external args (#1687) * Table operating commands. (#1686) * Finish remove the last traces of per-item (#1685) * Add .DS_Store to .gitignore (#1684) * Convert if expression to match (#1683) * extend it-expansion to externals (#1682) * make it-expansion work through blocks when necessary (#1681) * Show symlink sizes in ls (#1680) * Replace `ichwh` with `which` and some fixes for auto-cd (canonicalization) (#1672) * bump to 0.13.1 (#1670) * Fix per-item run_alias (#1669) * It expansion (#1668) * Resolves https://github.com/nushell/nushell/issues/1658 (#1660) * Rows and values can be checked for emptiness. Allows to set a value if desired. (#1665) * make trim apply to strings contained in tables (also at deeper nesting (#1664) * Adds `drop` number of rows command (#1663) * Fix access to columns with quoted names (#1662) * Add not-in: operator (#1661) * Add `from-eml` command (#1656) * suppress the parser error for an insufficient number of required arguments if the named keyword argument 'help' is given (#1659) * Fix cd'ing to symlinked directories (#1651) * Docs: Mention how to use `str --find-replace` in the docs. (#1653) * str plugin can capitalize and trim strings. (#1652) * Add key_timeout config option (#1649) * Values can be used as keys for grouping. (#1648) * [docs]: How to run tests. (#1647) * [docs/enter] Warn about `enter` opening multiple shells (#1645) * Bump rustyline (#1644) * Update azure-pipelines.yml * Update azure-pipelines.yml * Update azure-pipelines.yml * Be more resilient with startup lines (#1642) * Support completion for paths with multiple dots (#1640) * Make default completion mode OS dependent (#1636) * Fix to-csv command (#1635) * Bump `ichwh` to version 0.3.4 (#1627) * Add config to disable table index column (#1623) * Fix the panic running a bad alias (#1624) * Add exit code verification (#1622) * Add booleans and fix semicolon shortcircuit (#1620) * External vars (#1615) * fix empty table and missing spans (#1614) * Semicolon (#1613) * Move alias arguments to optional arguments (#1612) * Move external closer to internal (#1611) * Bump `ichwh` minimum version to 0.3.3 (#1607) * Simplify cp command and allow multiple recursive copying (#1580) * Fix precedence parsing of parens. Limit use (#1606) * Add better docs to parser (#1604) * Fix the versions up a bit to prevent breakage (#1602) * Math operators (#1601) * A random set of fixes (#1600) * WIP fix for the error bubbling (#1597) * Redesign custom canonicalize, enable multiple dots expansion earlier. (#1588) * Add alias support to scripts and -c (#1593) * Aliases (#1589) * Canonical expr block (#1584) * Pipeline blocks (#1579) * Add more cmd builtins (#1583) * move rustyline to 6.1.1 to fix windows crash (#1581) * Split canonicalize function in two for missing and existing behavior (#1576) * Remove erronous GPL license header (#1578) * Add quickcheck (#1574) * Unified path expansion under new module and better canonicalize (#1571) * Update CONTRIBUTING.md * Create CONTRIBUTING.md (#998) * Move uptime to being a duration value (#1573) * Make trash support optional (#1572) * Remove source text where not needed (#1567) * some minor improvements and removing dead code (#1563) * More dep bumps (#1562) * actually bump version (#1559) * fix nu variable. tweak shells (#1558) * Enable the use of multiple dots in FS Shell commands (#1547) * Add experimental new parser (#1554) * Have FilesystemShell#rm correctly delete symlinks (#1550) * ci(docker-publish): force remove non-executable (#1540) * Add configurations for table headers (#1537) * Change `get` to remove blanks (#1534) * A few improvements to du implementation: (#1533) * Fix poor message for executable that user doesn't have permissi… (#1535) * Some small improvements to du readability. * Make use of interruptible stream in various places * Introduce `InterruptibleStream` type. * Split input and output streams into separate modules * WIP: 1486/first row as headers (#1530) * Respect CARGO_TARGET_DIR when set (#1528) * Add support for removing multiple files at once (#1526) * Improve the rotated row wrap (#1524) * testing fix to matrix to define all variables (#1522) * Fix '/' and '..' not being valid mv targets (#1519) * Add experimental auto-rotate (#1516) * Add quickstart option to Docker section in README (#1515) * Fixes the crash for `ps --full` in Windows (#1514) * Simplify and improve listing for which. (#1510) * Add documentation for from-ics and from-vcf (#1509) * Fix numeric comparison with nothing (#1508) * WIP: Add vcard/ical support (#1504) * Add a --full mode to ps (#1507) * Add is_dir check to auto-cd (#1506) * Add markdown output (#1503) * Make sum plugin as internal command. (#1501) * Windows needs to remember auto-cd paths when changing drives (#1500) * Add documentation for skip and skip-while (#1499) * Add automatic change directory (#1496) * Open fails silently, fix #1493 (#1495) * Infer types from regular delimited plain text unstructured files. (#1494) * Csv errors (#1490) * Add svg support to to-html (#1492) * Custom canonicalize method on Filesystem Shell. (#1485) * Add simple to-html output and bump version (#1487) * Added new flag '--all/-a' for Ls, also refactor some code (#1483) * Fix whitespace and typos (#1481) * Fixes #1204 : `sys | get host.users` displays the same user (#1480) * fix typo in calc command documentation (#1477) ------------------------------------------------------------------- Thu Mar 26 05:50:32 UTC 2020 - dead_mozay@opensuse.org - Update to version 0.11.0: * More relaxed file modes for now. (#1476) * Merge shuffle nu plugin as core command. (#1475) * Fixes #1427: Prints help message with -h switch (#1454) * Remove unused parsing logic. (#1473) ------------------------------------------------------------------- Thu Mar 26 05:44:16 UTC 2020 - Dead Mozay <dead_mozay@opensuse.org> - Initial package