Skip to content

Instantly share code, notes, and snippets.

@ken1flan
Last active August 16, 2017 09:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ken1flan/3c3c5ef29bf48db29a0de705bd19d3e0 to your computer and use it in GitHub Desktop.
Save ken1flan/3c3c5ef29bf48db29a0de705bd19d3e0 to your computer and use it in GitHub Desktop.
コマンドラインで時刻と適当な文字列を表示する
gem install faker
ruby -r faker -e 'puts "#{Time.now}\n#{Faker::Lorem.paragraph(10)}"' | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment