tree: df17814238427cfb31ad6ecd59aa14b5600d879e [path history] [tgz]
  1. autoconf/
  2. check_deps/
  3. clang/
  4. dart/
  5. devshell/
  6. emacs/
  7. fish/
  8. fxtest/
  9. fxutils/
  10. gce/
  11. git/
  12. gn/
  13. gn_complete/
  14. jiri/
  15. memory/
  16. mkinstaller/
  17. move_source/
  18. owner/
  19. prebuilts/
  20. rust/
  21. sdk/
  22. status/
  23. style/
  24. tests/
  25. third_party/
  26. unification/
  27. verify_cmdline_params/
  28. versioning/
  29. vim/
  30. wconversion/
  31. youcompleteme/
  32. zsh-completion/
  33. bazel-tool
  34. bootstrap
  35. build-qemu.sh
  36. BUILD.gn
  37. build_id_conv.py
  38. build_id_conv_test.py
  39. build_id_to_debug_id.py
  40. change_testability_review_analyzer.py
  41. collect_lines_to_tree.py
  42. colorize_logs
  43. compare_elf_sizes.py
  44. fd.py
  45. fetch-build-artifacts
  46. fidl_project_schema.json
  47. find_integration_revision.py
  48. flog
  49. fuchsia-vendored-python3.8
  50. fx
  51. fx-env.fish
  52. fx-env.sh
  53. fx-help.awk
  54. fx-reentry
  55. fx-wrapper
  56. generate-fidl-project.py
  57. generate-fidl-tags.py
  58. generate_cargo.py
  59. generate_gn_desc.py
  60. git_utils.py
  61. gn_to_cmake.py
  62. hermetic-env
  63. OWNERS
  64. paths.py
  65. README.md
  66. run-zircon-arm64
  67. run-zircon-x86
  68. simplify_stacktraces
  69. start-unsecure-internet.sh
  70. sync-from-stem.py
  71. yapf
scripts/README.md

Scripts

This repository is for scripts useful when working with the Fuchsia source code.

fx

fx is the front-door to a collection of scripts that make many tasks related to Fuchsia development easier. It contains a large number of subcommands, which can be discovered by running fx help. If you use bash or zsh as a shell, you can get some auto-completion for fx by sourcing scripts/fx-env.sh into your shell.