- Maybe you want to experience paranormal activity and go on a ghost hunt. Whatever your reason for wanting to contact the spirit world, whether it's to gain knowledge about the afterlife or to communicate with the dead, these spirit box apps, also known as ghost box apps, will give you the opportunity you desire to experience life after death.
- Shop: Windows, Mac OS X, Linux / Steam OS, Xbox One, Playstation 4 This game is the modern-day evolution of what started with Sim City in the 1990s. If you're looking for video games in the city.
TheAltening currently only supports Windows operating systems, and won't be available for Mac or Linux based OS's.To use TheAltening without API-based applications, you will need to download our custom authenticator and switch to our servers.
Color LS
A Ruby script that colorizes the ls
output with color and icons. Here are the screenshots of working example on an iTerm2 terminal (Mac OS), oh-my-zsh
with powerlevel9k
theme and powerline nerd-font + awesome-config
font with the Solarized Dark
color theme.
If you're interested in knowing the powerlevel9k configuration to get this prompt, have a look at this gist.
Table of contents
- Usage
-1
-a
(or)--all
-A
(or)--almost-all
-d
(or)--dirs
-f
(or)--files
-h
(or)--help
-l
(or)--long
-r
(or)--report
--tree
(or)--tree=[DEPTH]
--gs
(or)--git-status
--sd
(or)--sort-dirs
or--group-directories-first
--sf
(or)--sort-files
-t
Usage
Man pages have been added. Checkout man colorls
.
Flags
- With
-1
: Lists one entry per line
- With
-a
(or)--all
: Does not ignore entries starting with '.'
- With
-A
(or)--almost-all
: Does not ignore entries starting with '.', except./
and../
- With
-d
(or)--dirs
: Shows only directories
- With
-f
(or)--files
: Shows only files
- With
-h
(or)--help
: Prints a very helpful help menu
- With
-l
(or)--long
: Shows in long listing format
- With
-r
(or)--report
: Shows brief report about number of files and folders shown
- With
--tree
(or)--tree=[DEPTH]
: Shows tree view of the directory with the specified depth (default 3)
- With
--gs
(or)--git-status
: Shows git status for each entry
- With
--sd
(or)--sort-dirs
or--group-directories-first
: Shows directories first, followed by files
Gem Hunt (mattdaly) Mac Os X
- With
--sf
(or)--sort-files
: Shows files first, followed by directories
With
-t
: Sort by modification time, newest first (NEED TO ADD IMAGE)With color options :
--light
or--dark
can be passed as a flag, to choose the appropriate color scheme. By default, the dark color scheme is chosen. In order to tweak any color, read Custom configurations.
Combination of flags
- Using
--gs
with-t
:
- Using
--gs
with-l
:
- Using
--sd
with-l
and-A
:
Installation
- Install Ruby (preferably, version >= 2.5)
Install the patched fonts of powerline nerd-font and/or font-awesome. Have a look at the Nerd Font README for more installation instructions.
Note for
iTerm2
users - Please enable the Nerd Font at iTerm2 > Preferences > Profiles > Text > Non-ASCII font > Hack Regular Nerd Font Complete.Note for
HyperJS
users - Please add'Hack Nerd Font'
Font as an option tofontFamily
in your~/.hyper.js
file.Install the colorls ruby gem with
gem install colorls
Note for
rbenv
users - In case of load error when usinglc
, please try the below patch.Enable tab completion for flags by entering following line to your shell configuration file (
~/.bashrc
or~/.zshrc
) :Start using
colorls
:tada:Have a look at Recommended configurations and Custom configurations.
Recommended configurations
To add some short command (say,
lc
) with some flag options (say,-l
,-A
,--sd
) by default, add this to your shell configuration file (~/.bashrc
,~/.zshrc
, etc.) :For changing the icon(s) to other unicode icons of choice (select icons from here), change the YAML files in a text editor of your choice (say,
subl
)
Custom configurations
You can overwrite the existing icons and colors mapping by copying the yaml files from $(dirname $(gem which colorls))/yaml
into ~/.config/colorls
, and changing them.
- To overwrite color mapping :
Please have a look at the list of supported color names. You may also use a color hex code as long as it is quoted within the YAML file and prefaced with a #
symbol.
Let's say that you're using the dark color scheme and would like to change the color of untracked file (??
) in the --git-status
flag to yellow. Copy the defaut dark_colors.yaml
and change it.
In the ~/.config/colorls/dark_colors.yaml
file, change the color set for untracked
from darkorange
to yellow
, and save the change.
Or, using hex color codes:
- To overwrite icon mapping :
Please have a look at the list of supported icons. Let's say you want to add an icon for swift files. Copy the default files.yaml
and change it.
In the ~/.config/colorls/files.yaml
file, add a new icon / change an existing icon, and save the change.
User contributed alias configurations :
Updating
Want to update to the latest version of colorls
?
Uninstallation
Want to uninstall and revert back to the old style? No issues (sob). Please feel free to open an issue regarding how we can enhance colorls
.
Contributing
Your contributions are always welcome! Please have a look at the [contribution guidelines](CONTRIBUTING.md) first. :tada:
License
The MIT License (MIT) 2017 - Athitya Kumar. Please have a look at the [LICENSE.md](LICENSE.md) for more details.
This Minecraft tutorial explains how to use the /datapack command with step-by-step instructions.
You can enable, disable, list, and change the priority order of your loaded data packs using the /datapack command in Minecraft. Let's explore how to use this cheat (game command).
Supported Platforms
The /datapack command is available in the following versions of Minecraft:
Platform | Supported (Version*) |
---|---|
Java Edition (PC/Mac) | Yes (1.13) |
Pocket Edition (PE) | No |
Xbox 360 | No |
Xbox One | No |
PS3 | No |
PS4 | No |
Wii U | No |
Nintendo Switch | No |
Windows 10 Edition | No |
Education Edition | No |
* The version that it was added or removed, if applicable.
NOTE: Pocket Edition (PE), Xbox One, PS4, Nintendo Switch, and Windows 10 Edition are now called Bedrock Edition. We will continue to show them individually for version history.
Requirements
To run game commands in Minecraft, you have to turn cheats on in your world.
DataPack Command
- Java
DataPack Command in Minecraft Java Edition (PC/Mac)
In Minecraft Java Edition (PC/Mac), there are different syntaxes depending on what you would like to do with the loaded data packs.
To disable a loaded data pack:
To enable a loaded data pack before/after an existing data pack in the priority order (the last data pack in the priority order has the highest priority):
To enable a loaded data pack as the first/last in the priority order (the last data pack in the priority order has the highest priority):
To list the loaded data packs:
Definitions
- name is the name of the data pack.
- existingName is the name of an existing data pack.
Where is a Data Pack Stored?
By default, your Minecraft world will have access to the default data pack which is called vanilla. All other data packs can be found under the datapacks
folder for the specific saved world.
In the path examples above, the saved world is called World1
. Make sure you replace this value with the correct name of your world.
Examples
- Java
Example in Java Edition (PC/Mac)
To disable a data pack called DigMinecraft in Minecraft Java Edition (PC/Mac):
To list both the available and enabled data packs:
To enable the data pack called DigMinecraft as the last data pack (the last data pack in the priority order has the highest priority):
How to Enter the Command
1. Open the Chat Window
The easiest way to run a command in Minecraft is within the chat window. The game control to open the chat window depends on the version of Minecraft:
- For Java Edition (PC/Mac), press the T key to open the chat window.
2. Type the Command
In this example, we will list all of the available and enabled data packs in Minecraft Java Edition (PC/Mac) 1.13 with the following command:
Type the command in the chat window. As you are typing, you will see the command appear in the lower left corner of the game window. Press the Enter key to run the command.
Once the cheat has been entered, the available and enabled data packs will be listed.
You will see the following message appear in the lower left corner of the game window that lists the data packs for this world:
Gem Hunt (mattdaly) Mac Os Catalina
If you hover over the name of a data pack, it will display the meta information for the data pack.
- With
-1
: Lists one entry per line
- With
-a
(or)--all
: Does not ignore entries starting with '.'
- With
-A
(or)--almost-all
: Does not ignore entries starting with '.', except./
and../
- With
-d
(or)--dirs
: Shows only directories
- With
-f
(or)--files
: Shows only files
- With
-h
(or)--help
: Prints a very helpful help menu
- With
-l
(or)--long
: Shows in long listing format
- With
-r
(or)--report
: Shows brief report about number of files and folders shown
- With
--tree
(or)--tree=[DEPTH]
: Shows tree view of the directory with the specified depth (default 3)
- With
--gs
(or)--git-status
: Shows git status for each entry
- With
--sd
(or)--sort-dirs
or--group-directories-first
: Shows directories first, followed by files
Gem Hunt (mattdaly) Mac Os X
- With
--sf
(or)--sort-files
: Shows files first, followed by directories
With
-t
: Sort by modification time, newest first (NEED TO ADD IMAGE)With color options :
--light
or--dark
can be passed as a flag, to choose the appropriate color scheme. By default, the dark color scheme is chosen. In order to tweak any color, read Custom configurations.
Combination of flags
- Using
--gs
with-t
:
- Using
--gs
with-l
:
- Using
--sd
with-l
and-A
:
Installation
- Install Ruby (preferably, version >= 2.5)
Install the patched fonts of powerline nerd-font and/or font-awesome. Have a look at the Nerd Font README for more installation instructions.
Note for
iTerm2
users - Please enable the Nerd Font at iTerm2 > Preferences > Profiles > Text > Non-ASCII font > Hack Regular Nerd Font Complete.Note for
HyperJS
users - Please add'Hack Nerd Font'
Font as an option tofontFamily
in your~/.hyper.js
file.Install the colorls ruby gem with
gem install colorls
Note for
rbenv
users - In case of load error when usinglc
, please try the below patch.Enable tab completion for flags by entering following line to your shell configuration file (
~/.bashrc
or~/.zshrc
) :Start using
colorls
:tada:Have a look at Recommended configurations and Custom configurations.
Recommended configurations
To add some short command (say,
lc
) with some flag options (say,-l
,-A
,--sd
) by default, add this to your shell configuration file (~/.bashrc
,~/.zshrc
, etc.) :For changing the icon(s) to other unicode icons of choice (select icons from here), change the YAML files in a text editor of your choice (say,
subl
)
Custom configurations
You can overwrite the existing icons and colors mapping by copying the yaml files from $(dirname $(gem which colorls))/yaml
into ~/.config/colorls
, and changing them.
- To overwrite color mapping :
Please have a look at the list of supported color names. You may also use a color hex code as long as it is quoted within the YAML file and prefaced with a #
symbol.
Let's say that you're using the dark color scheme and would like to change the color of untracked file (??
) in the --git-status
flag to yellow. Copy the defaut dark_colors.yaml
and change it.
In the ~/.config/colorls/dark_colors.yaml
file, change the color set for untracked
from darkorange
to yellow
, and save the change.
Or, using hex color codes:
- To overwrite icon mapping :
Please have a look at the list of supported icons. Let's say you want to add an icon for swift files. Copy the default files.yaml
and change it.
In the ~/.config/colorls/files.yaml
file, add a new icon / change an existing icon, and save the change.
User contributed alias configurations :
Updating
Want to update to the latest version of colorls
?
Uninstallation
Want to uninstall and revert back to the old style? No issues (sob). Please feel free to open an issue regarding how we can enhance colorls
.
Contributing
Your contributions are always welcome! Please have a look at the [contribution guidelines](CONTRIBUTING.md) first. :tada:
License
The MIT License (MIT) 2017 - Athitya Kumar. Please have a look at the [LICENSE.md](LICENSE.md) for more details.
This Minecraft tutorial explains how to use the /datapack command with step-by-step instructions.
You can enable, disable, list, and change the priority order of your loaded data packs using the /datapack command in Minecraft. Let's explore how to use this cheat (game command).
Supported Platforms
The /datapack command is available in the following versions of Minecraft:
Platform | Supported (Version*) |
---|---|
Java Edition (PC/Mac) | Yes (1.13) |
Pocket Edition (PE) | No |
Xbox 360 | No |
Xbox One | No |
PS3 | No |
PS4 | No |
Wii U | No |
Nintendo Switch | No |
Windows 10 Edition | No |
Education Edition | No |
* The version that it was added or removed, if applicable.
NOTE: Pocket Edition (PE), Xbox One, PS4, Nintendo Switch, and Windows 10 Edition are now called Bedrock Edition. We will continue to show them individually for version history.
Requirements
To run game commands in Minecraft, you have to turn cheats on in your world.
DataPack Command
- Java
DataPack Command in Minecraft Java Edition (PC/Mac)
In Minecraft Java Edition (PC/Mac), there are different syntaxes depending on what you would like to do with the loaded data packs.
To disable a loaded data pack:
To enable a loaded data pack before/after an existing data pack in the priority order (the last data pack in the priority order has the highest priority):
To enable a loaded data pack as the first/last in the priority order (the last data pack in the priority order has the highest priority):
To list the loaded data packs:
Definitions
- name is the name of the data pack.
- existingName is the name of an existing data pack.
Where is a Data Pack Stored?
By default, your Minecraft world will have access to the default data pack which is called vanilla. All other data packs can be found under the datapacks
folder for the specific saved world.
In the path examples above, the saved world is called World1
. Make sure you replace this value with the correct name of your world.
Examples
- Java
Example in Java Edition (PC/Mac)
To disable a data pack called DigMinecraft in Minecraft Java Edition (PC/Mac):
To list both the available and enabled data packs:
To enable the data pack called DigMinecraft as the last data pack (the last data pack in the priority order has the highest priority):
How to Enter the Command
1. Open the Chat Window
The easiest way to run a command in Minecraft is within the chat window. The game control to open the chat window depends on the version of Minecraft:
- For Java Edition (PC/Mac), press the T key to open the chat window.
2. Type the Command
In this example, we will list all of the available and enabled data packs in Minecraft Java Edition (PC/Mac) 1.13 with the following command:
Type the command in the chat window. As you are typing, you will see the command appear in the lower left corner of the game window. Press the Enter key to run the command.
Once the cheat has been entered, the available and enabled data packs will be listed.
You will see the following message appear in the lower left corner of the game window that lists the data packs for this world:
Gem Hunt (mattdaly) Mac Os Catalina
If you hover over the name of a data pack, it will display the meta information for the data pack.
To hover over the data pack name, open the Chat window by pressing the T key, and then move your mouse pointer over the data pack called [vanilla], for example:
When we hover over the [vanilla] data pack name, it shows the following meta information for the data pack:
Congratulations, you have learned how to use the /datapack command in Minecraft.
Other Game Commands
You can use other commands and cheats in Minecraft such as: