Data/Show-MeditationPrompt.Data.psd1
@{ Prompts = @{ Welcome = @" Welcome, seeker of enlightenment. Please wait a moment while we examine your karma... "@ Describe = @" Describing '{0}' has damaged your karma. "@ TestFailed = @" You have not yet reached enlightenment. The answers you seek... "@ Meditate = @" Please meditate on the following code: "@ Subject = @" [It] {0} {1} "@ Koan = @" {0} "@ Path = @" You examine the path beneath your feet... "@ Topic = @" You must meditate further on your selected topic{0}: - {1} "@ OpenFolder = @" Type 'Measure-Karma -Meditate' when you are ready to begin your meditations. "@ Completed = @" Congratulations! You have taken the first steps towards enlightenment. You cast your gaze back upon the path that you have walked: "@ CompletedTopic = @" Congratulations! You have taken the first steps towards enlightenment. You have completed: {0} You cast your gaze back upon the path that you have walked... "@ BookSuggestion = @" If you would like to further your studies in this manner, consider investing in 'PowerShell by Mistake' by Don Jones - https://leanpub.com/powershell-by-mistake "@ } Koans = @( @' The whole moon and the entire sky Are reflected in one dewdrop on the grass. '@ @' This is how your mind is. Its light penetrates everywhere And engulfs everything, So why does it not know itself? '@ @' Who is hearing? Your physical being doesn't hear, Nor does the void. Then what does? '@ @' Mountains are merely mountains. '@ @' Hell is not punishment; it is training. '@ @' Do not mistake any state for Self-realisation, but continue To ask yourself even more intensely, What is it that hears? '@ @' The most important thing is to find out what is the most important thing. '@ @' If you want to be free, Get to know your real self. '@ @' Knowledge and ignorance are interdependent; Delusion and enlightenment condition each other. '@ @' Even if you speak of the wonder of it all, How do you deal with each thing changing? '@ @' A world of dew, And within every dewdrop A world of struggle. '@ @' When you smash the citadel of doubt, Then the Buddha is simply yourself. '@ @' I see mountains once again as mountains, And waters once again as waters. '@ @' When the many are reduced to one, To what is the one reduced? '@ @' Everything the same, Everything distinct. '@ @' Make the mountains dance. '@ @' No one is injured but by himself. '@ @' Each branch of coral holds up the moon. '@ @' Out of nowhere, the mind comes forth. '@ @' A man sits atop a hundred-foot pole; how can he go further up? '@ @' A pupil in such a great hurry learns slowly. '@ @' The wind does not move, the banner does not move; your mind moves. '@ @' Truth can be expressed without speaking, nor remaining silent. '@ @' Sickness and medicine correspond to each other. The whole world is medicine. What is the self? '@ @' Choosing to raise a goose in a bottle, How will you get it out once it is grown? '@ ) } |