https://github.com/z-shell/zsh-unique-id
This plugin provides a unique number that identifies a running Zshell session, in its shell variable $ZUID_ID.
https://github.com/z-shell/zsh-unique-id
plugin shell zsh zsh-plugin
Last synced: 3 months ago
JSON representation
This plugin provides a unique number that identifies a running Zshell session, in its shell variable $ZUID_ID.
- Host: GitHub
- URL: https://github.com/z-shell/zsh-unique-id
- Owner: z-shell
- License: mit
- Created: 2021-11-02T12:23:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-01T23:13:24.000Z (over 2 years ago)
- Last Synced: 2025-03-25T16:23:13.271Z (8 months ago)
- Topics: plugin, shell, zsh, zsh-plugin
- Language: C
- Homepage: https://wiki.zshell.dev/ecosystem/plugins/zsh-unique-id
- Size: 50.8 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-zsh-plugins - unique-id - Provides a unique number that identifies a running Zshell session, in its shell variable `$ZUID_ID`. Besides this unique number, also a unique codename is provided, in shell variable `$ZUID_CODENAME`. An example use case is to hold logs in files `.../mylog-${ZUID_CODENAME}.log`, so that two different Zshells will not write to the same file at the same time. (Plugins / ZSH on Windows)
- fucking-awesome-zsh-plugins - unique-id - Provides a unique number that identifies a running Zshell session, in its shell variable `$ZUID_ID`. Besides this unique number, also a unique codename is provided, in shell variable `$ZUID_CODENAME`. An example use case is to hold logs in files `.../mylog-${ZUID_CODENAME}.log`, so that two different Zshells will not write to the same file at the same time. (Plugins / ZSH on Windows)