Send Windows 10 styled notifications on Windows 7.

Overview

win7-notifications

Chat Server

Send Windows 10 styled notifications on Windows 7.

Note:

This crate requires a win32 event loop to be running, otherwise the notification will close immediately, check examples/single.rs which uses tao or you can use winit or just roll your own win32 event loop.

TODO:

  • Move old notifications above new ones.
  • Animations
  • Sounds
  • Shadows
  • Change close button color when mouse hovers.
  • Callbacks for when close button or body of notification is clicked.
  • Account for taskbar size and position
Comments
  • RUSTSEC-2022-0048: xml-rs is Unmaintained

    RUSTSEC-2022-0048: xml-rs is Unmaintained

    xml-rs is Unmaintained

    | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | xml-rs | | Version | 0.8.4 | | URL | https://github.com/netvl/xml-rs/issues | | Date | 2022-01-26 |

    xml-rs is a XML parser has open issues around parsing including integer overflows / panics that may or may not be an issue with untrusted data.

    Together with these open issues with Unmaintained status xml-rs may or may not be suited to parse untrusted data.

    Alternatives

    See advisory page for additional details.

    opened by github-actions[bot] 1
  • fix(deps): update rust crate once_cell to 1.16

    fix(deps): update rust crate once_cell to 1.16

    Mend Renovate

    This PR contains the following updates:

    | Package | Type | Update | Change | |---|---|---|---| | once_cell | dependencies | minor | 1.15 -> 1.16 |


    Release Notes

    matklad/once_cell

    v1.16.0

    Compare Source

    • Add no_std implementation based on critical-section, #​195.
    • Deprecate atomic-polyfill feature (use the new critical-section instead)

    Configuration

    πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 0
  • fix(deps): update rust crate windows-sys to 0.42.0

    fix(deps): update rust crate windows-sys to 0.42.0

    Mend Renovate

    This PR contains the following updates:

    | Package | Type | Update | Change | |---|---|---|---| | windows-sys | dependencies | minor | 0.36.1 -> 0.42.0 |


    Release Notes

    microsoft/windows-rs

    v0.42.0

    Compare Source

    This release provides a major update to the windows-sys crate, the first update since 0.36.1, and includes numerous fixes and improvements to the completeness and correctness of both API definitions and import libs.

    What's Changed

    Changelog for windows crate: https://github.com/microsoft/windows-rs/compare/0.41.0...0.42.0 Changelog for windows-sys crate: https://github.com/microsoft/windows-rs/compare/0.36.1...0.42.0


    Configuration

    πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 0
  • fix(deps): update rust crate once_cell to 1.15.0

    fix(deps): update rust crate once_cell to 1.15.0

    Mend Renovate

    This PR contains the following updates:

    | Package | Type | Update | Change | |---|---|---|---| | once_cell | dependencies | minor | 1.14.0 -> 1.15.0 |


    Release Notes

    matklad/once_cell

    v1.15.0

    Compare Source

    • Increase minimal supported Rust version to 1.56.0.
    • Implement UnwindSafe even if the std feature is disabled.

    Configuration

    πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 0
  • fix(deps): update rust crate once_cell to 1.14.0

    fix(deps): update rust crate once_cell to 1.14.0

    Mend Renovate

    This PR contains the following updates:

    | Package | Type | Update | Change | |---|---|---|---| | once_cell | dependencies | minor | 1.13.1 -> 1.14.0 |


    Release Notes

    matklad/once_cell

    v1.14.0

    Compare Source

    • Add extension to unsync and sync Lazy mut API:
      • force_mut
      • get_mut

    Configuration

    πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    ?? Automerge: Disabled by config. Please merge this manually once you are satisfied.

    β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 0
  • fix(deps): update rust crate once_cell to 1.13.1

    fix(deps): update rust crate once_cell to 1.13.1

    Mend Renovate

    This PR contains the following updates:

    | Package | Type | Update | Change | |---|---|---|---| | once_cell | dependencies | patch | 1.13.0 -> 1.13.1 |


    Release Notes

    matklad/once_cell

    v1.13.1

    Compare Source

    • Make implementation compliant with strict provenance.
    • Upgrade atomic-polyfill to 1.0

    Configuration

    πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 0
  • chore(deps): update rust crate winit to 0.27

    chore(deps): update rust crate winit to 0.27

    Mend Renovate

    This PR contains the following updates:

    | Package | Type | Update | Change | |---|---|---|---| | winit | dev-dependencies | minor | 0.26 -> 0.27 |


    Release Notes

    rust-windowing/winit

    v0.27.0

    Compare Source

    • On Windows, fix hiding a maximized window.
    • On Android, ndk-glue's NativeWindow lock is now held between Event::Resumed and Event::Suspended.
    • On Web, added EventLoopExtWebSys with a spawn method to start the event loop without throwing an exception.
    • Added WindowEvent::Occluded(bool), currently implemented on macOS and X11.
    • On X11, fix events for caps lock key not being sent
    • Build docs on docs.rs for iOS and Android as well.
    • Breaking: Removed the WindowAttributes struct, since all its functionality is accessible from WindowBuilder.
    • Added WindowBuilder::transparent getter to check if the user set transparent attribute.
    • On macOS, Fix emitting Event::LoopDestroyed on CMD+Q.
    • On macOS, fixed an issue where having multiple windows would prevent run_return from ever returning.
    • On Wayland, fix bug where the cursor wouldn't hide in GNOME.
    • On macOS, Windows, and Wayland, add set_cursor_hittest to let the window ignore mouse events.
    • On Windows, added WindowExtWindows::set_skip_taskbar and WindowBuilderExtWindows::with_skip_taskbar.
    • On Windows, added EventLoopBuilderExtWindows::with_msg_hook.
    • On Windows, remove internally unique DC per window.
    • On macOS, remove the need to call set_ime_position after moving the window.
    • Added Window::is_visible.
    • Added Window::is_resizable.
    • Added Window::is_decorated.
    • On X11, fix for repeated event loop iteration when ControlFlow was Wait
    • On X11, fix scale factor calculation when the only monitor is reconnected
    • On Wayland, report unaccelerated mouse deltas in DeviceEvent::MouseMotion.
    • On Web, a focused event is manually generated when a click occurs to emulate behaviour of other backends.
    • Breaking: Bump ndk version to 0.6, ndk-sys to v0.3, ndk-glue to 0.6.
    • Remove no longer needed WINIT_LINK_COLORSYNC environment variable.
    • Breaking: Rename the Exit variant of ControlFlow to ExitWithCode, which holds a value to control the exit code after running. Add an Exit constant which aliases to ExitWithCode(0) instead to avoid major breakage. This shouldn't affect most existing programs.
    • Add EventLoopBuilder, which allows you to create and tweak the settings of an event loop before creating it.
    • Deprecated EventLoop::with_user_event; use EventLoopBuilder::with_user_event instead.
    • Breaking: Replaced EventLoopExtMacOS with EventLoopBuilderExtMacOS (which also has renamed methods).
    • Breaking: Replaced EventLoopExtWindows with EventLoopBuilderExtWindows (which also has renamed methods).
    • Breaking: Replaced EventLoopExtUnix with EventLoopBuilderExtUnix (which also has renamed methods).
    • Breaking: The platform specific extensions for Windows winit::platform::windows have changed. All HANDLE-like types e.g. HWND and HMENU were converted from winapi types or *mut c_void to isize. This was done to be consistent with the type definitions in windows-sys and to not expose internal dependencies.
    • The internal bindings to the Windows API were changed from the unofficial winapi bindings to the official Microsoft windows-sys bindings.
    • On Wayland, fix polling during consecutive EventLoop::run_return invocations.
    • On Windows, fix race issue creating fullscreen windows with WindowBuilder::with_fullscreen
    • On Android, virtual_keycode for KeyboardInput events is now filled in where a suitable match is found.
    • Added helper methods on ControlFlow to set its value.
    • On Wayland, fix TouchPhase::Ended always reporting the location of the first touch down, unless the compositor sent a cancel or frame event.
    • On iOS, send RedrawEventsCleared even if there are no redraw events, consistent with other platforms.
    • Breaking: Replaced Window::with_app_id and Window::with_class with Window::with_name on WindowBuilderExtUnix.
    • On Wayland, fallback CSD was replaced with proper one:
      • WindowBuilderExtUnix::with_wayland_csd_theme to set color theme in builder.
      • WindowExtUnix::wayland_set_csd_theme to set color theme when creating a window.
      • WINIT_WAYLAND_CSD_THEME env variable was added, it can be used to set "dark"/"light" theme in apps that don't expose theme setting.
      • wayland-csd-adwaita feature that enables proper CSD with title rendering using FreeType system library.
      • wayland-csd-adwaita-notitle feature that enables CSD but without title rendering.
    • On Wayland and X11, fix window not resizing with Window::set_inner_size after calling Window:set_resizable(false).
    • On Windows, fix wrong fullscreen monitors being recognized when handling WM_WINDOWPOSCHANGING messages
    • Breaking: Added new WindowEvent::Ime supported on desktop platforms.
    • Added Window::set_ime_allowed supported on desktop platforms.
    • Breaking: IME input on desktop platforms won't be received unless it's explicitly allowed via Window::set_ime_allowed and new WindowEvent::Ime events are handled.
    • On macOS, WindowEvent::Resized is now emitted in frameDidChange instead of windowDidResize.
    • Breaking: On X11, device events are now ignored for unfocused windows by default, use EventLoopWindowTarget::set_device_event_filter to set the filter level.
    • Implemented Default on EventLoop<()>.
    • Implemented Eq for Fullscreen, Theme, and UserAttentionType.
    • Breaking: Window::set_cursor_grab now accepts CursorGrabMode to control grabbing behavior.
    • On Wayland, add support for Window::set_cursor_position.
    • Fix on macOS WindowBuilder::with_disallow_hidpi, setting true or false by the user no matter the SO default value.
    • EventLoopBuilder::build will now panic when the EventLoop is being created more than once.
    • Added From<u64> for WindowId and From<WindowId> for u64.
    • Added MonitorHandle::refresh_rate_millihertz to get monitor's refresh rate.
    • Breaking, Replaced VideoMode::refresh_rate with VideoMode::refresh_rate_millihertz providing better precision.
    • On Web, add with_prevent_default and with_focusable to WindowBuilderExtWebSys to control whether events should be propagated.
    • On Windows, fix focus events being sent to inactive windows.
    • Breaking, update raw-window-handle to v0.5 and implement HasRawDisplayHandle for Window and EventLoopWindowTarget.
    • On X11, add function register_xlib_error_hook into winit::platform::unix to subscribe for errors comming from Xlib.
    • On Android, upgrade ndk and ndk-glue dependencies to the recently released 0.7.0.
    • All platforms can now be relied on to emit a Resumed event. Applications are recommended to lazily initialize graphics state and windows on first resume for portability.
    • Breaking:: Reverse horizontal scrolling sign in MouseScrollDelta to match the direction of vertical scrolling. A positive X value now means moving the content to the right. The meaning of vertical scrolling stays the same: a positive Y value means moving the content down.

    v0.26.1

    Compare Source

    • Fix linking to the ColorSync framework on macOS 10.7, and in newer Rust versions.
    • On Web, implement cursor grabbing through the pointer lock API.
    • On X11, add mappings for numpad comma, numpad enter, numlock and pause.
    • On macOS, fix Pinyin IME input by reverting a change that intended to improve IME.
    • On Windows, fix a crash with transparent windows on Windows 11.

    Configuration

    πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 0
  • fix(deps): update rust crate once_cell to 1.13.0

    fix(deps): update rust crate once_cell to 1.13.0

    Mend Renovate

    This PR contains the following updates:

    | Package | Type | Update | Change | |---|---|---|---| | once_cell | dependencies | minor | 1.12.1 -> 1.13.0 |


    Release Notes

    matklad/once_cell

    v1.13.0

    Compare Source

    • Add Lazy::get, similar to OnceCell::get.

    Configuration

    πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 0
  • fix(deps): update rust crate once_cell to 1.12.1

    fix(deps): update rust crate once_cell to 1.12.1

    Mend Renovate

    This PR contains the following updates:

    | Package | Type | Update | Change | |---|---|---|---| | once_cell | dependencies | patch | 1.12.0 -> 1.12.1 |


    Release Notes

    matklad/once_cell

    v1.12.1

    Compare Source

    • Remove incorrect debug_assert.

    Configuration

    πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Publish New Versions

    Publish New Versions

    Version Updates

    Merging this PR will release new versions of the following packages based on your change files.

    win7-notifications

    [0.3.1]

    • Fix crash when a notification doesn't have an icon.
      • eabcae6 fix: fix crash when a notficiation didn't have an icon on 2022-06-28
    version updates 
    opened by github-actions[bot] 0
  • fix(deps): update rust crate once_cell to 1.12.0

    fix(deps): update rust crate once_cell to 1.12.0

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Type | Update | Change | |---|---|---|---| | once_cell | dependencies | minor | 1.11.0 -> 1.12.0 |


    Release Notes

    matklad/once_cell

    v1.12.0

    Compare Source

    • Add OnceCell::wait, a blocking variant of get.

    Configuration

    πŸ“… Schedule: At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by WhiteSource Renovate. View repository job log here.

    opened by renovate[bot] 0
Releases(win7-notifications-v0.3.1)
  • win7-notifications-v0.3.1(Jun 27, 2022)

    [0.3.1]

    • Fix crash when a notification doesn't have an icon.
      • eabcae6 fix: fix crash when a notficiation didn't have an icon on 2022-06-28

    Cargo Publish

    \` Updating crates.io index Packaging win7-notifications v0.3.1 (/home/runner/work/win7-notifications/win7-notifications) Uploading win7-notifications v0.3.1 (/home/runner/work/win7-notifications/win7-notifications) \`

    Source code(tar.gz)
    Source code(zip)
  • win7-notifications-v0.3.0(Mar 5, 2022)

    [0.3.0]

    • Properly clean notifications data from memory.
      • 4a1e746 fix: clean notification data when it is closed on 2022-01-01
    • Change close button color when mouse is hovering.
      • 80bca00 feat: change close btn color when hovering on 2022-01-05
    • Fix cursor style when the mouse is over the notification.
      • 2f025e8 fix: fix cursor style is stuck on loading on 2022-01-05
    • Add gaps between multiple notifications
      • a47bc6b feat: add gaps between notifications on 2022-01-06
    • Breaking change Notification icon must be "32bpp RGBA data" and width and height must be specified now, check Notification::icon for more info.
      • a52b763 feat: improve icon handling on 2022-02-28
    • Migrate to windows-sys crate.
      • 8bf78a2 feat: migrate to windows-sys crate on 2022-02-28
      • 8888d21 chore: fix covector publish on 2022-03-05

    Cargo Publish

    \` Updating crates.io index Packaging win7-notifications v0.3.0 (/home/runner/work/win7-notifications/win7-notifications) Uploading win7-notifications v0.3.0 (/home/runner/work/win7-notifications/win7-notifications) \`

    Source code(tar.gz)
    Source code(zip)
  • win7-notifications-v0.2.3(Oct 31, 2021)

    Updating crates.io index

    Cargo Audit

    \` Fetching advisory database from https://github.com/RustSec/advisory-db.git Loaded 370 security advisories (from /home/runner/.cargo/advisory-db) Updating crates.io index Scanning Cargo.lock for vulnerabilities (119 crate dependencies) \`

    [0.2.3]

    • Migrate to rust edition 2021.
      • 5d77b46 docs: update documentation on 2021-10-31

    Cargo Publish

    \` Updating crates.io index Packaging win7-notifications v0.2.3 (/home/runner/work/win7-notifications/win7-notifications) Uploading win7-notifications v0.2.3 (/home/runner/work/win7-notifications/win7-notifications) \`

    Source code(tar.gz)
    Source code(zip)
  • win7-notifications-v0.2.2(Oct 5, 2021)

    Updating crates.io index

    Cargo Audit

    \` Fetching advisory database from https://github.com/RustSec/advisory-db.git Loaded 366 security advisories (from /home/runner/.cargo/advisory-db) Updating crates.io index Scanning Cargo.lock for vulnerabilities (122 crate dependencies) \`

    [0.2.2]

    • Check if DWM is enabled or not before adding shadows.
      • 84a9556 fix: check if dwm is enabled before adding shadows on 2021-10-05
    • Fix crash when clicking close button.
      • 1487210 fix: fix crash on click close button on 2021-10-05

    Cargo Publish

    \` Updating crates.io index Packaging win7-notifications v0.2.2 (/home/runner/work/win7-notifications/win7-notifications) Uploading win7-notifications v0.2.2 (/home/runner/work/win7-notifications/win7-notifications) \`

    Source code(tar.gz)
    Source code(zip)
  • win7-notifications-v0.2.1(Oct 5, 2021)

    Updating crates.io index

    Cargo Audit

    \` Fetching advisory database from https://github.com/RustSec/advisory-db.git Loaded 366 security advisories (from /home/runner/.cargo/advisory-db) Updating crates.io index Scanning Cargo.lock for vulnerabilities (122 crate dependencies) \`

    [0.2.1]

    • Fix first notification not showing.
      • 78533c5 fix: first notification not showing on 2021-10-05

    Cargo Publish

    \` Updating crates.io index Packaging win7-notifications v0.2.1 (/home/runner/work/win7-notifications/win7-notifications) Uploading win7-notifications v0.2.1 (/home/runner/work/win7-notifications/win7-notifications) \`

    Source code(tar.gz)
    Source code(zip)
  • win7-notifications-v0.2.0(Oct 5, 2021)

    Updating crates.io index

    Cargo Audit

    \` Fetching advisory database from https://github.com/RustSec/advisory-db.git Loaded 366 security advisories (from /home/runner/.cargo/advisory-db) Updating crates.io index Scanning Cargo.lock for vulnerabilities (122 crate dependencies) \`

    [0.2.0]

    • Move old notifications above new ones
      • 2fdc444 feat: move old notifications above new one on 2021-10-05
    • Add shadows
      • c1c7dd2 feat: add shadows on 2021-10-05
    • Add sounds
      • f667d6f feat: add sounds on 2021-10-05

    Cargo Publish

    \` Updating crates.io index Packaging win7-notifications v0.2.0 (/home/runner/work/win7-notifications/win7-notifications) Uploading win7-notifications v0.2.0 (/home/runner/work/win7-notifications/win7-notifications) \`

    Source code(tar.gz)
    Source code(zip)
Owner
Tauri
Build smaller, faster, and more secure desktop applications with a web frontend
Tauri
OS-native file dialogs on Linux, OS X and Windows

nfd-rs nfd-rs is a Rust binding to the library nativefiledialog, that provides a convenient cross-platform interface to opening file dialogs on Linux,

Saurav Sachidanand 152 Nov 9, 2022
Rust docs for the Windows API

Windows API documentation for Rust This is an experimental documentation generator for the Rust for Windows project. The documentation is published he

Microsoft 52 Dec 9, 2022
A small tool to use along with i3/Sway to add CSS-powered decorations to your focused windows, for better usability.

glimmer What A tool for decorating i3 windows when they get focused, written in Rust. classic.mp4 Why When using i3-gaps I ran into the following prob

Daniel AcuΓ±a 26 Dec 17, 2022
A tiling window manager for Windows

komorebi Tiling Window Management for Windows. About komorebi is a tiling window manager that works as an extension to Microsoft's Desktop Window Mana

Jade (Ψ¬Ψ§Ψ―) 2.6k Jan 1, 2023
Tiny library for handling rust strings in windows.

tinywinstr Tiny library for handling rust strings in windows.

Ed Way 1 Oct 25, 2021
OS native dialogs for Windows, MacOS, and Linux

?? nfd2 nfd2 is a Rust binding to the nativefiledialog library, that provides a convenient cross-platform interface to opening file dialogs on Windows

Embark 33 May 15, 2022
A light windows GUI toolkit for rust

Native Windows GUI Welcome to Native Windows GUI (aka NWG). A rust library to develop native GUI applications on the desktop for Microsoft Windows. NW

Gabriel Dube 1.6k Jan 7, 2023
Winsafe-examples - Examples of native Windows applications written in Rust with WinSafe.

WinSafe examples This repo contains several examples of native Win32 applications written in Rust with WinSafe. All examples follow the same program s

Rodrigo 40 Dec 14, 2022
A cross-platform Mod Manager for RimWorld intended to work with macOS, linux and Windows

TODOs are available here. Discussions, PRs and Issues are open for anyone who is willing to contribute. rrm Inspired by Spoons rmm. This is a cross-pl

Alejandro Osornio 7 Sep 5, 2022
⚑ A blazing fast alternative to the default Windows delete.

Turbo Delete A blazing fast alternative to the default Windows delete. Turbodelete is a blazing fast alternative to the default Windows delete functio

Tejas Ravishankar 165 Dec 4, 2022
Vibe - a library for acrylic/vibrancy effects for Electron on Windows 10/11

vibe is a library for acrylic/vibrancy effects for Electron on Windows 10/11. Any Electron version compatible with N-API v6 (Electron v11+) is supported.

pyke 23 Dec 14, 2022
Windows Native Undocumented API for Rust Language πŸ”₯

Windows Native   The Windows-Native Rust library provides a convenient and safe way to access the native Windows undocumented APIs using the Rust prog

null 3 Aug 22, 2023
A powerful desktop widget app for windows, built with Vue and Tauri.

DashboardX Widgets A powerful desktop widget app for windows, built with Vue and Tauri. Still in development Currently only runs on windows (uses nati

DashboardX Widgets 3 Oct 25, 2023
πŸ”” CLI utility to send notifications to Slack via integration webhooks

Slack notifier Just a simple CLI tool to send notifications to Slack. Please note that this project is just a playground to start learning Rust, it is

Green.Mod 2 May 21, 2022
Lambda function to handle Bitbucket webhook payloads, extract relevant information and send notifications to Microsoft Teams

PR-Bot Lambda function to handle Bitbucket webhook payloads, extract relevant information, and send notifications to Microsoft Teams, saving you time

Irine 14 Sep 26, 2023
A simple 2D plotting library that outputs graphs to SVG that can be styled using CSS.

Poloto graphs can be stylized using css either directly in the SVG, or from inside of html with an embedded svg. The latter allows the user to dynamically match the svg to their website's theme.

Ken Reed 119 Dec 13, 2022
A tray application for Windows that gives you push notifications and instant downloads of new posts, messages and stories posted by models you subscribe to on Onlyfans.

OF-notifier A tray application for Windows that gives you push notifications and instant downloads of new posts, messages and stories posted by models

Gentlemen Mercenary 10 Dec 20, 2022
Arch Linux Security Update Notifications

arch-audit-gtk Show an indicator if there are any security updates missing for your Arch Linux system. Install git clone https://aur.archlinux.org/arc

null 48 Nov 28, 2022
client-server notification center for dbus desktop notifications

tsuchita A client-server notification center for dbus desktop notifications. Specifically org.freedesktop.Notifications dbus messages. Motivation I ju

Jeff Zhao 7 Oct 9, 2022
Moodle CMS Notifications in Rust

Moodle CMS Notifications View unread Moodle CMS notifications. Mark all notifications as read. Lightweight with no dependencies. Cross platform. Authe

Divyanshu Agrawal 4 Sep 29, 2022