Nushell plugin for interacting with D-Bus
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update Nushell

Ben C 11f4879e d0661d86

+37 -46
+25 -34
Cargo.lock
··· 636 636 637 637 [[package]] 638 638 name = "interprocess" 639 - version = "2.4.0" 639 + version = "2.4.2" 640 640 source = "registry+https://github.com/rust-lang/crates.io-index" 641 - checksum = "6be5e5c847dbdb44564bd85294740d031f4f8aeb3464e5375ef7141f7538db69" 641 + checksum = "069323743400cb7ab06a8fe5c1ed911d36b6919ec531661d034c89083629595b" 642 642 dependencies = [ 643 643 "doctest-file", 644 644 "libc", 645 645 "recvmsg", 646 646 "widestring", 647 - "windows-sys 0.52.0", 647 + "windows-sys 0.61.2", 648 648 ] 649 649 650 650 [[package]] ··· 934 934 935 935 [[package]] 936 936 name = "nu-derive-value" 937 - version = "0.112.1" 937 + version = "0.112.2" 938 938 source = "registry+https://github.com/rust-lang/crates.io-index" 939 - checksum = "cff9cc0f38dafabd4c4d5be41099f21161aa730ad28a1b48b0d64af9e85cb5b0" 939 + checksum = "e956c3fc512be60e3d31aa8f58d063bd0b11e06b89da53326b5e12c8f5f94b1b" 940 940 dependencies = [ 941 941 "heck", 942 942 "proc-macro-error2", ··· 947 947 948 948 [[package]] 949 949 name = "nu-engine" 950 - version = "0.112.1" 950 + version = "0.112.2" 951 951 source = "registry+https://github.com/rust-lang/crates.io-index" 952 - checksum = "21070daac55c85e7c6c608937d3747d4b239f48c111ef8697c9179e7f3832dfd" 952 + checksum = "6eae3d2f0c563e58a4ed1cbb8eab360f904d8ef737e9accfcf524795b0a6e9c5" 953 953 dependencies = [ 954 954 "fancy-regex", 955 955 "log", ··· 962 962 963 963 [[package]] 964 964 name = "nu-experimental" 965 - version = "0.112.1" 965 + version = "0.112.2" 966 966 source = "registry+https://github.com/rust-lang/crates.io-index" 967 - checksum = "84546fe8f7c249acad1fc5796974b024204834b10e1fa7367bef445f51e4496f" 967 + checksum = "8f9952ce521ddc530a5bca70c62cbb8a6503a073f78b8aa6e96ea40adbe302e9" 968 968 dependencies = [ 969 969 "itertools 0.14.0", 970 970 "thiserror 2.0.18", ··· 972 972 973 973 [[package]] 974 974 name = "nu-glob" 975 - version = "0.112.1" 975 + version = "0.112.2" 976 976 source = "registry+https://github.com/rust-lang/crates.io-index" 977 - checksum = "1e7df51b4cd88b3a2a97ca50565b0ddd9df54a1d6a4b65f95133754d6b3d3491" 977 + checksum = "69f454999da57e72aad847db6caed952b1fba6f51e21b388a13da80ff2452ed0" 978 978 979 979 [[package]] 980 980 name = "nu-path" 981 - version = "0.112.1" 981 + version = "0.112.2" 982 982 source = "registry+https://github.com/rust-lang/crates.io-index" 983 - checksum = "4889ef632f97913ae9bbadedf38559978e5aa2e1a485f895e635f9d6eb7b1282" 983 + checksum = "d6841982bbdf96ebc613d23957544f8d5c9a5b7a05627e4485f4558a0ab3ff04" 984 984 dependencies = [ 985 985 "dirs", 986 986 "omnipath", ··· 990 990 991 991 [[package]] 992 992 name = "nu-plugin" 993 - version = "0.112.1" 993 + version = "0.112.2" 994 994 source = "registry+https://github.com/rust-lang/crates.io-index" 995 - checksum = "99151a87d60fc3478a783ac84122624e05f5d697fcc95e1ca65353e7fa731d5b" 995 + checksum = "3a73e82aa075bb01f596056b7c1eb63d191e6bbfdd88bf459439f10d48eca402" 996 996 dependencies = [ 997 997 "log", 998 998 "nix", ··· 1006 1006 1007 1007 [[package]] 1008 1008 name = "nu-plugin-core" 1009 - version = "0.112.1" 1009 + version = "0.112.2" 1010 1010 source = "registry+https://github.com/rust-lang/crates.io-index" 1011 - checksum = "7c1153e12ed480e54908140cfbf728d2bcfc9fc5bf1cb2dd2fb4e00a34a4fa7d" 1011 + checksum = "448ea168c670e8aa8c5071f82aaa4cdb34504dad2b6faf447e646adf10da8122" 1012 1012 dependencies = [ 1013 1013 "interprocess", 1014 1014 "log", ··· 1023 1023 1024 1024 [[package]] 1025 1025 name = "nu-plugin-protocol" 1026 - version = "0.112.1" 1026 + version = "0.112.2" 1027 1027 source = "registry+https://github.com/rust-lang/crates.io-index" 1028 - checksum = "8fad023cf69f0436b404f04ab03da7e4b6f0ba9dffc54b219cf11a97db53f45a" 1028 + checksum = "ec4a780061ce7985f161d4cbab2f479b10eb17ce202c91c798b8f3ea26202a41" 1029 1029 dependencies = [ 1030 1030 "nu-protocol", 1031 1031 "nu-utils", ··· 1037 1037 1038 1038 [[package]] 1039 1039 name = "nu-protocol" 1040 - version = "0.112.1" 1040 + version = "0.112.2" 1041 1041 source = "registry+https://github.com/rust-lang/crates.io-index" 1042 - checksum = "6564173bad622e2353641cf45359326eeb421caf76580a16f03bc7d2480783a1" 1042 + checksum = "75081fd2e1d88b9f596a4ab5342097bba336e0dea9c9ad791746d62be24282e3" 1043 1043 dependencies = [ 1044 1044 "brotli", 1045 1045 "bytes", ··· 1077 1077 1078 1078 [[package]] 1079 1079 name = "nu-system" 1080 - version = "0.112.1" 1080 + version = "0.112.2" 1081 1081 source = "registry+https://github.com/rust-lang/crates.io-index" 1082 - checksum = "fd375e1a29716a5c88f3e3bd9fd65f49be82e80bfdb91be920fedce61d361b07" 1082 + checksum = "dbd7a734c96c69197496b502307eca408fa171898ba5d7228acdbbd02961d078" 1083 1083 dependencies = [ 1084 1084 "chrono", 1085 1085 "itertools 0.14.0", ··· 1099 1099 1100 1100 [[package]] 1101 1101 name = "nu-utils" 1102 - version = "0.112.1" 1102 + version = "0.112.2" 1103 1103 source = "registry+https://github.com/rust-lang/crates.io-index" 1104 - checksum = "8eebd2ca48724174505d3349f458d0d0a3cb0d0474ec0a2c51b6e9a1ec7993ad" 1104 + checksum = "46dbde833d407a88a82d170597ed73626d9a8e198f51ee16886343c0c3479e81" 1105 1105 dependencies = [ 1106 1106 "byteyarn", 1107 1107 "crossterm", ··· 2080 2080 checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 2081 2081 dependencies = [ 2082 2082 "windows-link", 2083 - ] 2084 - 2085 - [[package]] 2086 - name = "windows-sys" 2087 - version = "0.52.0" 2088 - source = "registry+https://github.com/rust-lang/crates.io-index" 2089 - checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 2090 - dependencies = [ 2091 - "windows-targets", 2092 2083 ] 2093 2084 2094 2085 [[package]]
+2 -2
Cargo.toml
··· 14 14 15 15 [dependencies] 16 16 dbus = "0.9" 17 - nu-plugin = "0.112.1" 18 - nu-protocol = { version = "0.112.1", features = ["plugin"] } 17 + nu-plugin = "0.112.2" 18 + nu-protocol = { version = "0.112.2", features = ["plugin"] } 19 19 serde = { version = "1.0.228", features = ["derive"] } 20 20 serde-xml-rs = "0.8.2"
+9 -9
flake.lock
··· 2 2 "nodes": { 3 3 "crane": { 4 4 "locked": { 5 - "lastModified": 1775839657, 6 - "narHash": "sha256-SPm9ck7jh3Un9nwPuMGbRU04UroFmOHjLP56T10MOeM=", 5 + "lastModified": 1776635034, 6 + "narHash": "sha256-OEOJrT3ZfwbChzODfIH4GzlNTtOFuZFWPtW7jIeR8xU=", 7 7 "owner": "ipetkov", 8 8 "repo": "crane", 9 - "rev": "7cf72d978629469c4bd4206b95c402514c1f6000", 9 + "rev": "dc7496d8ea6e526b1254b55d09b966e94673750f", 10 10 "type": "github" 11 11 }, 12 12 "original": { ··· 22 22 ] 23 23 }, 24 24 "locked": { 25 - "lastModified": 1776088252, 26 - "narHash": "sha256-VdOuruyWaPxxVYduxHUjHBcma196A7PNIqdMdqacE/4=", 25 + "lastModified": 1776693247, 26 + "narHash": "sha256-fTglmIAc1RKWeYwhv2yUlKsxlt+dqakh9aCzUOqBly4=", 27 27 "owner": "nix-community", 28 28 "repo": "flakelight", 29 - "rev": "56ebb2e6e0ac96742a36d71ff59ee24fff47ed19", 29 + "rev": "2f06044eb731e5382b35996d1b192db3f96ef75e", 30 30 "type": "github" 31 31 }, 32 32 "original": { ··· 37 37 }, 38 38 "nixpkgs": { 39 39 "locked": { 40 - "lastModified": 1776169885, 41 - "narHash": "sha256-l/iNYDZ4bGOAFQY2q8y5OAfBBtrDAaPuRQqWaFHVRXM=", 40 + "lastModified": 1776548001, 41 + "narHash": "sha256-ZSK0NL4a1BwVbbTBoSnWgbJy9HeZFXLYQizjb2DPF24=", 42 42 "owner": "NixOS", 43 43 "repo": "nixpkgs", 44 - "rev": "4bd9165a9165d7b5e33ae57f3eecbcb28fb231c9", 44 + "rev": "b12141ef619e0a9c1c84dc8c684040326f27cdcc", 45 45 "type": "github" 46 46 }, 47 47 "original": {
+1 -1
flake.nix
··· 55 55 }; 56 56 } 57 57 ); 58 - nu_version = "0.112.1"; 58 + nu_version = "0.112.2"; 59 59 in 60 60 if nushell.version == nu_version then 61 61 nu_plugin_dbus