Table of Contents - tty-file-0.10.0 Documentation
Pages
-
CHANGELOG
- Change log
- v0.10.0 - 2020-07-27
- Added
- Changed
- v0.9.0 - 2020-04-28
- Changed
- Fixed
- v0.8.0 - 2019-07-25
- Added
- Fixed
- v0.7.1 - 2019-05-06
- Changed
- Fixed
- v0.7.0 - 2018-12-17
- Added
- Changed
- Fixed
- v0.6.0 - 2018-05-21
- Changed
- Fixed
- v0.5.0 - 2018-01-06
- Changed
- v0.4.0 - 2017-09-16
- Added
- Changed
- Fixed
- v0.3.0 - 2017-03-26
- Changed
- v0.2.1 - 2017-02-12
- Fixed
- v0.2.0 - 2017-01-22
- Added
- Changed
- Fixed
- v0.1.0 - 2016-11-06
- LICENSE
-
README
- TTY::File
- Motivation
- Installation
- Contents
- 1. Usage
- 2. Interface
- 2.1. binary?
- 2.2. checksum_file
- 2.3. chmod
- 2.4. copy_file
- 2.5. create_file
- doc/
- subcommands/
- command.rb.erb
- README.md
- %name%.rb
- docs/
- subcommands/
- command.rb
- README.md
- foo.rb
- =>
- app
- app/README.md
- app/Gemfile
- app/lib
- app/lib/cli.rb
- app/lib/file_utils.rb
- app/spec
- 2.9. download_file
- 2.10. inject_into_file
- 2.11. replace_in_file
- 2.12. append_to_file
- 2.13. prepend_to_file
- 2.14. remove_file
- 2.15. tail_file
- Development
- Contributing
- License
- Copyright
- TTY::File
Classes and Modules
- ReadBackwardFile
- TTY
- TTY::File
- TTY::File::CompareFiles
- TTY::File::CreateFile
- TTY::File::Differ
- TTY::File::DigestFile
- TTY::File::DownloadFile
Methods
- ::add_file — TTY::File
- ::add_to_file — TTY::File
- ::append_to_file — TTY::File
- ::binary? — TTY::File
- ::checksum_file — TTY::File
- ::chmod — TTY::File
- ::copy_dir — TTY::File
- ::copy_directory — TTY::File
- ::copy_file — TTY::File
- ::copy_metadata — TTY::File
- ::create_dir — TTY::File
- ::create_directory — TTY::File
- ::create_file — TTY::File
- ::diff — TTY::File
- ::diff_files — TTY::File
- ::download_file — TTY::File
- ::escape_glob_path — TTY::File
- ::get_file — TTY::File
- ::gsub_file — TTY::File
- ::inject_into_file — TTY::File
- ::insert_into_file — TTY::File
- ::new — TTY::File::CompareFiles
- ::new — TTY::File::CreateFile
- ::new — TTY::File::Differ
- ::new — TTY::File::DigestFile
- ::new — TTY::File::DownloadFile
- ::new — ReadBackwardFile
- ::prepend_to_file — TTY::File
- ::private_module_function — TTY::File
- ::read_to_char — TTY::File
- ::remove_file — TTY::File
- ::replace_in_file — TTY::File
- ::safe_append_to_file — TTY::File
- ::safe_inject_into_file — TTY::File
- ::safe_prepend_to_file — TTY::File
- ::tail_file — TTY::File
- #add_char — TTY::File::Differ
- #add_file — TTY::File
- #add_to_file — TTY::File
- #append_to_file — TTY::File
- #binary? — TTY::File
- #call — TTY::File::CompareFiles
- #call — TTY::File::CreateFile
- #call — TTY::File::Differ
- #call — TTY::File::DigestFile
- #call — TTY::File::DownloadFile
- #check_binary_or_large — TTY::File
- #check_path — TTY::File
- #checksum_file — TTY::File
- #checksum_io — TTY::File::DigestFile
- #chmod — TTY::File
- #color_diff_lines — TTY::File::CompareFiles
- #convert_encoded_path — TTY::File::CreateFile
- #convert_to_lines — TTY::File::Differ
- #copy_dir — TTY::File
- #copy_directory — TTY::File
- #copy_file — TTY::File
- #copy_metadata — TTY::File
- #create_dir — TTY::File
- #create_directory — TTY::File
- #create_file — TTY::File
- #decorate — TTY::File
- #delete_char — TTY::File::Differ
- #detect_collision — TTY::File::CreateFile
- #diff — TTY::File
- #diff_colors — TTY::File
- #diff_files — TTY::File
- #diff_paths — TTY::File
- #download — TTY::File::DownloadFile
- #download_file — TTY::File
- #each_chunk — ReadBackwardFile
- #escape_glob_path — TTY::File
- #exist? — TTY::File::CreateFile
- #extract_hunks — TTY::File::Differ
- #file_collision — TTY::File::CreateFile
- #format_hunks — TTY::File::Differ
- #get_file — TTY::File
- #gsub_file — TTY::File
- #identical? — TTY::File::CreateFile
- #inject_into_file — TTY::File
- #insert_into_file — TTY::File
- #interpret_answer — TTY::File::CreateFile
- #log_status — TTY::File
- #notify — TTY::File::CreateFile
- #open_tempfile_if_missing — TTY::File
- #prepend_to_file — TTY::File
- #read_to_char — TTY::File
- #remove_file — TTY::File
- #replace_in_file — TTY::File
- #safe_append_to_file — TTY::File
- #safe_inject_into_file — TTY::File
- #safe_prepend_to_file — TTY::File
- #show_diff — TTY::File::CreateFile
- #tail_file — TTY::File
- #tty? — TTY::File