-
Notifications
You must be signed in to change notification settings - Fork 12
fix: use unicode rather than emoji #416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -20,7 +20,7 @@ Another way of working is to [push][flox-push] an environment to [FloxHub][floxh | |
|
|
||
| ```{ .sh } | ||
| $ flox push | ||
| ✅ Updates to myenv successfully pushed to FloxHub | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. (unrelated line)
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There's not, really. You'd have to figure out how to wrap these specific characters in different HTML tags and then write custom CSS for them. |
||
| ✔ Updates to myenv successfully pushed to FloxHub | ||
|
|
||
| View the environment at: https://hub.flox.dev/myuser/myenv | ||
| Use this environment from another machine: 'flox activate -r myuser/myenv' | ||
|
|
@@ -77,15 +77,15 @@ The Flox CLI indicates when an operation has been performed on the local copy (n | |
|
|
||
| ```text | ||
| $ flox install -r myuser/myenv ripgrep | ||
| ✅ 'ripgrep' installed to environment 'myuser/myenv' (local) | ||
| ✔ 'ripgrep' installed to environment 'myuser/myenv' (local) | ||
| ``` | ||
|
|
||
| When the Flox CLI detects that the local and upstream copies are out of sync (for example, you have a new local generation corresponding to the new package you installed), it will notify you with instructions on how to proceed. | ||
| For the example above, you would see the following output when activating the environment: | ||
|
|
||
| ```text | ||
| $ flox activate -r myuser/myenv | ||
| ℹ️ Environment out of sync with FloxHub. | ||
| ℹ Environment out of sync with FloxHub. | ||
|
|
||
| Local: | ||
|
|
||
|
|
@@ -101,7 +101,7 @@ Remote: | |
|
|
||
| Use 'flox push|pull -r myuser/myenv' to fetch updates or update the environment on FloxHub. | ||
|
|
||
| ✅ You are now using the environment 'myuser/myenv (local)'. | ||
| ✔ You are now using the environment 'myuser/myenv (local)'. | ||
| To stop using this environment, type 'exit' | ||
| ``` | ||
|
|
||
|
|
@@ -115,7 +115,7 @@ Running the `flox push` command syncs local changes to the upstream copy on Flox | |
|
|
||
| ```text | ||
| $ flox push -r myuser/myenv | ||
| ✅ Updates to myenv successfully pushed to FloxHub | ||
| ✔ Updates to myenv successfully pushed to FloxHub | ||
|
|
||
| View the environment at: https://hub.flox.dev/myuser/myenv | ||
| Use this environment from another machine: 'flox activate -r myuser/myenv' | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(unrelated line)
This was completely Clauded. I didn't check spaces throughout